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