Skip to content

Version 0.12.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@boranblok boranblok released this 24 Jun 15:39

The new obfuscation method introduced in 0.12.3 was a bit too much for some newsreader clients.
This version dials this down a bit.

Additionally some indexers required file name extensions for .rar files in order to succesfully parse the generated nzb files.
To solve this a new parameter is introduced:

# When using random message subjects, if the filename ends with any of the configured strings below keep this extension on the random generated filename.
# Configure multiple strings separated by a |
# For example ".part1.rar|.par2|.par"
# Include the dots before the extension if you want to include it.
ForceIncludeExtensionsInSubject=".rar"

Take into account the . (dot) of the extension is also included in this configuration.