Skip to content

Releases: theotherp/nzbhydra

0.2.218

28 Apr 06:01
Compare
Choose a tag to compare

Fixed: Previous versions were not compatible with Windows versions previous to 10... So much stuff to be careful about. See #602.

0.2.217

27 Apr 16:27
Compare
Choose a tag to compare

Fixed: Unable to manually shutdown or restart on windows version in some cases. See #597.

Fixed: Indexer download shares was calculated wrong. See #588.

0.2.214

10 Apr 16:08
Compare
Choose a tag to compare

Fixed: Connection check with SABnzbd 2.x would still fail...

0.2.213

08 Apr 07:46
Compare
Choose a tag to compare

Fixed: Windows service would not start with Windows 10 Creator's Update. If you're affected you'll need to uninstall the service and install it again. See #530.

0.2.210

01 Mar 05:49
Compare
Choose a tag to compare

Fixed: Search history empty. See #574.

0.2.209

27 Feb 21:20
Compare
Choose a tag to compare

Fixed: "loadLimitOnRandom" not set for new installations. See #571.

0.2.208

27 Feb 17:09
Compare
Choose a tag to compare

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

19 Feb 15:22
Compare
Choose a tag to compare

Fixed: Adding new users would in rare cases cause an incomplete configuration.

0.2.206

18 Feb 20:55
Compare
Choose a tag to compare

Fixed: Hydra would crash trying to log the used port in some cases. See #559.

0.2.205

18 Feb 12:48
Compare
Choose a tag to compare

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.