Skip to content

4.12

Compare
Choose a tag to compare
@facelessuser facelessuser released this 01 Jul 01:59
· 126 commits to master since this release

4.12

  • NEW: Add new option to use ! instead of - for exclusion patterns. Rummage has always used - due to issues with distinguishing between exclusion patterns (!exclude) and extended globbing exclude patterns (!(exclude_1| exclude 2)). wcmatch 6.1 now resolves this by requiring ( to be escaped if the pattern starts with !( and it is not meant to be an extended glob pattern !(..).
  • NEW: Require wcmatch 6.1 that comes with a number of enhancements and bug fixes.
  • NEW: Proper support for system color changes. Allows proper transitioning on macOS between light and dark mode.
  • FIX: Minor fixes to selection colors in regex tester.
  • FIX: Remove old macOS workaround to force focus on search input.
  • FIX: Officially support Python 3.8.