nzbhydra2

Usenet meta search

OTHER License

Stars
1.2K

Bot releases are visible (Hide)

nzbhydra2 - v2.13.8

Published by theotherp over 4 years ago

v2.13.8 BETA (2020-02-15)

Feature Allow authorization via predefined OAuth2 / (X-)Authorization header. The token must be unique for each user in order to identify him.

Fix Improve matching of downloader history entries.

Fix Use dereferer for links in config help texts.

Fix Improve readability of error messages in dark and grey themes.

nzbhydra2 - v2.13.7

Published by theotherp over 4 years ago

v2.13.7 (2020-02-11)

Fix Further extend logging if logging marker 'HTTP Server' is selected. Don't hide local IP addresses in log. Replace other IP files with hashes to hide them but make them comparable.

nzbhydra2 - v2.13.6

Published by theotherp over 4 years ago

v2.13.6 (2020-02-09)

Fix Improve matching of hidden download entries from NZBGet history.

nzbhydra2 - v2.13.5

Published by theotherp over 4 years ago

v2.13.5 (2020-02-09)

Feature Extend logging if logging marker 'HTTP Server' is selected.

nzbhydra2 - v2.13.4

Published by theotherp over 4 years ago

v2.13.4 (2020-02-08)

Fix Improve wording of config description on how to apply newznab categories by pressing enter.

Fix Include hidden results from NZBGet history when checking download status. That way entries removed by *arr and other programs will be considered, too.

nzbhydra2 - v2.13.3

Published by theotherp over 4 years ago

v2.13.3 (2020-02-06)

Fix Fixed a very rare issue where a file stored in temp directory could not be read or deleted which prevented successful database migration.

nzbhydra2 - v2.13.2

Published by theotherp over 4 years ago

v2.13.2 (2020-02-02)

Fix Uniqueness score was not saved for torrent downloads:

Fix Apostrophes were removed from generated queries resulting in less results.

nzbhydra2 - v2.13.1

Published by theotherp over 4 years ago

v2.13.1 (2020-02-01)

Fix Don't verify hostnames for hosts for which to ignore SSL certificate checks.

nzbhydra2 - v2.13.0

Published by theotherp over 4 years ago

v2.13.0 BETA (2020-02-01)

Note I've removed the option to use the packaged cacerts file which will now always be loaded by default. A future version will allow to add custom certificates to the chain. Most likely this will not affect many users anyway.

Fix Fixed issue where SSL verification was not properly disabled for some hosts. Certificate checks are now also automatically disabled for local hosts.

nzbhydra2 - v2.12.8

Published by theotherp over 4 years ago

v2.12.8 BETA (2020-01-29)

Fix Same shit, different release. Thanks to reloxx13 for helping me reproduce this.

nzbhydra2 - v2.12.7

Published by theotherp over 4 years ago

v2.12.7 BETA (2020-01-29)

Fix Fix another issue with database migration. I'll switch to a different approach soon, this is too fragile.

nzbhydra2 - v2.12.6

Published by theotherp over 4 years ago

v2.12.6 BETA (2020-01-29)

Fix Fix issue with new installations not starting due to updated database library. So much for more stability...

nzbhydra2 - v2.12.5

Published by theotherp over 4 years ago

v2.12.5 BETA (2020-01-28)

Fix Update database library. Should have no effect on you except hopefully more stability.

nzbhydra2 - v2.12.4

Published by theotherp over 4 years ago

v2.12.4 (2020-01-27)

Fix Fix exception that occurs when an indexer's API limit was reached as reported by the indexer but Hydra can't find any of those hits in its database.

nzbhydra2 - v2.12.3

Published by theotherp over 4 years ago

v2.12.3 (2020-01-26)

Fix Updated included SSL certificates.

Fix Include beta releases in changelog when they have been released between the currently installed final version and the newest final version.

nzbhydra2 - v2.12.2

Published by theotherp over 4 years ago

v2.12.2 (2020-01-20)

Fix Made some improvements in the way certificates are loaded. This should hopefully improve connectivity with NZBGeek on systems where it previously failed (due to incorrect JDK installations).

nzbhydra2 - v2.12.1

Published by theotherp almost 5 years ago

v2.12.1 BETA (2020-01-19)

Fix Fix error in indexer selection when indexers report their API hits but don't report the expiry timestamp.

Fix Caching results for external API didn't work with some combination of parameters.

nzbhydra2 - v2.12.0

Published by theotherp almost 5 years ago

v2.12.0 BETA (2020-01-18)

Feature Show API and download limit related values in the indexer statuses page.

Feature If an indexer reports API and download limits and current hits in the response (as far as I know only nntmux does this) this will be stored and used to determine if the indexer's limits are reached. This will allow more precise results when any other programs (or you) happen to make API calls or downloads that Hydra is not aware of. As a fallback the logged API hits and downloads from the database are used (as before).

nzbhydra2 - v2.11.2

Published by theotherp almost 5 years ago

v2.11.2 (2020-01-15)

Fix Fix SSL logging introduced in v2.11.1 when running in linux.

nzbhydra2 - v2.11.1

Published by theotherp almost 5 years ago

v2.11.1 (2020-01-14)

Feature Added code to help debug SSL / certificate issues when connecting to indexers.

Fix Fix all versions in version history being displayed as beta.

Fix Handle unexpected response when checking caps better.