Releases: theotherp/nzbhydra
0.2.204
0.2.203
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
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
0.2.200
0.2.199
0.2.198
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
0.2.196
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.