Before 3.4.0, only for TV sorting we allowed to set 0 categories. But for Movies and Date Sorting we did require at least 1 category to be set. This was harmonized in 3.4.0, breaking existing setups. Added warning for those users.
The Sorting behavior is different from Notifications: in Notifications selecting Default only(!) means to apply it to all categories.
However, that has never been the case for Sorting. So for now added a bit more help texts to the Affected categories box on both pages.
* Implement regex to match the filename in the content-disposition header.
The following srings will match:
filename=Zombie.Land.Saga.Revenge.S02E12.480p.x264-mSD.nzb; filename*=UTF-8''Zombie.Land.Saga.Revenge.S02E12.480p.x264-mSD.nzb
filename=Zombie.Land.Saga.Revenge.S02E12.480p.x264-mSD.nzb;
filename*=UTF-8''Zombie.Land.Saga.Revenge.S02E12.480p.x264-mSD.nzb
* Missed quote
* Implement the mailbox/Message solution
* Add basic tests
* Add `attachment;`
* Add example with attachment.
* Fix some linting.
* Added edge case tests.
* Added comment.
* Added test to include path elements.
* Only try the content-disposition header when it has `filename` in it
* Project uses double quotes.
* Update test.
* Add `attachment;`
* black formatter
* remove release names.
* trailing commas
* quote enclosures
* Always deobfuscate names from par2
* Different par2 test
* Different par2 test take 2
* Make par2 filename decoding optional and add some typing
* Rename variable