Skip to content

Releases: theotherp/nzbhydra

0.2.204

17 Feb 21:21
Compare
Choose a tag to compare

Fixed: Prevent exception when logging failed git output. See #555.

0.2.203

17 Feb 17:32
Compare
Choose a tag to compare

Added: Properly log or open browser to ipv6 address. See #554.

Changed: Added option to keep "obfuscated" in NzbGeek titles. See #553.

Changed: Respect min/max age/size when provided in API calls. This is not specified in the newznab API standards but might be helpful for some. See #551.

0.2.202

15 Feb 17:43
Compare
Choose a tag to compare

Added: Option to fallback to a query based search if no results were found for an ID based search. Note that this will increase API hits, potentially by a lot, because it will repeat the search e.g. for every search for a movie that's not yet released.
Hydra will also only search the indexers that were searched before, so if the indexer didn't support the ID in the first place and query generation is disabled it won't be search. See #540

Changed: Reformat pubdates provided by indexers. Hopefully fixes #489.

Changed: Cleaned up logging of rejection reasons.

Fixed: Repeating a movie search from the search history would use the wrong search mode.

Fixed: Use randomly generated API key instead of predefined. Thought that was already in there, oops...

Fixed: Predefined indexers were missing config variable on new installs. See #548.

0.2.201

12 Feb 07:14
Compare
Choose a tag to compare

Fixed: Hopefully fix database error for good.

0.2.200

11 Feb 15:37
Compare
Choose a tag to compare

Fixed: Forgot to migrate database, resulting in an error upon NZB download. See #543.

0.2.199

11 Feb 11:54
Compare
Choose a tag to compare

Fixed: NFO display was broken with last version. Also adapted NFO and log colors to grey theme.

0.2.198

11 Feb 11:25
Compare
Choose a tag to compare

Added: Download limit for indexers. When the download limit is reached for an indexer it will not be picked for searching. Please note that Hydra
will never prevent downloads from happening even when the download limit is reached. This is to make sure that external tools do not disable Hydra
when a requested download fails. See #247.

Fixed: Some hit limit related bugs.

Fixed: Multiple UI issues, e.g. tooltip placement, header "active section" display, etc.

0.2.197

07 Feb 16:51
Compare
Choose a tag to compare

Fixed: Search history next to search box didn't work with authorization. See #539.

0.2.196

02 Feb 17:25
Compare
Choose a tag to compare

Fixed: When running as a windows service updating would fail. For this to work you need to update manually (shutdown Hydra and overwrite all files from the latest ZIP) and change the user with which the service is started. Open the service administration, select the NZBHydra service,
open its properties and in the second tab enter your windows account username and password. Restart the service. The next update should work. See #536.

0.2.195

01 Feb 15:55
Compare
Choose a tag to compare

Changed: Don't search when no query was entered. See #533.