Skip to content

2.12

Compare
Choose a tag to compare
@digitalec digitalec released this 26 May 04:06
· 142 commits to main since this release

Version 2.12 introduces the ability to exclude release titles using regular expressions. There is a new exclude entry in the config which accepts a list of regular expressions. All backslashes MUST be escaped (\\).

Example - Ignore releases labeled as a remix: Shivers (The Remixes), Shivers [Remix], etc.

"exclude": [
     "(?i)\\(.*(remix).*\\)", 
     "(?i)\\[.*(remix).*\\]"
],

New

  • Added new exclude option to config. RegEx patterns must have backslashes escaped

Fixes

  • Fixed #69 which caused dISC to exit when returning to search query