You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.