🆕 What's New
✨ Features
-
Allow naming each sort regex with the following format:
regexName<::>regexPattern. Streams that match a given pattern will have the{stream.regexMatched}property available in the custom formatter (The highest regex in the list that matches is used). This allows you to create a format like this, after combining it with regexes from trash guides.
-
Apply regex sorting/filters and keyword filters to the folder name if defined.
-
Improve performance of regex sorting. All searches, even first searches should be under a second now.
-
Add folder name to the formatter preview
🛠️ Fixes
- Allow 32 character non-hex keys to ensure full backwards compatability
📄 Full Changelog: v1.20.0 → v1.21.0