Releases: theotherp/nzbhydra
0.2.218
0.2.217
0.2.214
0.2.213
0.2.210
0.2.209
0.2.208
Added: Poor man's load balancing. For each indexer you can define a number x and for every API call that indexer will be picked with a chance of 1/x. For example with a value of 3 it will on average be picked on every third API call (if it meets all other restrictions).
This should allow to distribute access to indexers with a low API hit limit over a day. It's up to you to find sensible values.
Changed: Rewrote the caps check error handling some more because this causes problems and questions very often. Added a message saying that you can set the IDs manually and which links to the Wiki.
Fixed: Database error when calling --help. See #563.
Fixed: Validation of URL base setting allowed a trailing slash. See #569.
0.2.207
0.2.206
0.2.205
Added: The fallback mechanism added in 0.2.202 would only activate when zero results were found. You can now configure to search indexers without results even if some results were found (by other indexers). Thanks to alamei for providing the code. See #540
Added: Option to hide details, comments & NZB links and indexer selection box for certain users. This affects the GUI only; users can theoretically still "hack" them but I consider that an acceptable risk...
Added: Download a bunch of NZBs as ZIP. See #550.
Fixed: Moving backup related files would fail if moved between filesystems. Thanks to RomRider for the code.