nzbhydra2

Usenet meta search

OTHER License

Stars
1.2K

Bot releases are hidden (Show)

nzbhydra2 - v3.10.1

Published by theotherp over 3 years ago

v3.10.1 (2021-01-28)

Fix Fix an issue with hydra using a base URL (e.g. /nzbhydra2).

nzbhydra2 - v3.10.0

Published by theotherp over 3 years ago

v3.10.0 BETA (2021-01-28)

Feature Enabled compression for resources sent to the browser. This shouldn't matter on local connections but save bandwidth should you want to use UI on a mobile browser (horrible as it looks).

Feature The GUI will now retrieve notifications, the downloader status and search state via WebSocket. This means that the browser keeps a connection to the server open and is only sent data when new data is available (e.g. when the downloader status actually changed). This should result in considerably fewer requests and (negligible) faster UI update times.

nzbhydra2 - v3.9.2

Published by theotherp almost 4 years ago

v3.9.2 (2021-01-16)

Feature Added some code that allows me to post a link to adapt the logging config and to download the debug infos.

Feature Added config switch to add NZBs to downloader paused.

Fix Added some more logging and handling of edge cases for API limits.

nzbhydra2 - v3.9.1

Published by theotherp almost 4 years ago

v3.9.1 (2021-01-16)

Fix Fixed an issue with time zones related to indexer API limits. It may only affect the log output but may also fix some problems with limit detection.

nzbhydra2 - v3.9.0

Published by theotherp almost 4 years ago

v3.9.0 (2020-12-28)

Feature NZBHydra will now show the search results table even if all results were rejected. This way you can see the reason for the rejections without having to check the log.

Fix Show advanced features in downloader config if selected.

nzbhydra2 - v3.8.1

Published by theotherp almost 4 years ago

v3.8.1 (2020-12-28)

Fix Remove NZBGeek from list of domains for which do disable SNI.

Fix Change text for toggle of advanced options in the config to "Advanced hidden" and "Advanced shown".

nzbhydra2 - v3.8.0

Published by theotherp almost 4 years ago

v3.8.0 (2020-12-13)

Feature Add 'Show advanced' switch to config. I'd already tried to get this working twice - third time's the charm!.

Feature Add button to clear color for an indexer.

Fix Apply indexer colors to expanded results as well. To mark expanded results they're shown in a darker shade so it's recommended to use indexer colors which not only differ in lightness.

nzbhydra2 - v3.7.0

Published by theotherp almost 4 years ago

v3.7.0 BETA (2020-12-13)

Feature New display option to hide 'Results as ZIP' button.

Feature New option to choose quickfilters that should be preselected.

Feature New option to select the primary downloader for which the footer will show the status.

Fix Re-add 'No category' to category selection which got lost in 3.5.0.

Fix The multiselect widgets in the config will now show the labels of the selected values, not their internal ID.

Fix 'Searching...' window was not closed when all found results were being filtered.

Fix Don't show the blue loading bar when checking for notifications.

Fix Report API errors as JSON instead of XML when appropriate.

nzbhydra2 - v3.6.0

Published by theotherp almost 4 years ago

v3.6.0 (2020-12-05)

Feature When aborting an indexer search because no ID conversion was possible Hydra will now show a less... serious message. This is an expected problem, not an error.

Fix Remove ampersand (&) from titles when searching indexers as they're interpreted specially.

nzbhydra2 - v3.5.1

Published by theotherp almost 4 years ago

v3.5.1 (2020-11-15)

Fix Fix linux wrapper executable.

nzbhydra2 - v3.5.0

Published by theotherp almost 4 years ago

v3.5.0 (2020-11-15)

Feature Use (bigger) buttons for downloader category selection.

Fix Fix recognition of java version with recet OpenJDK update.

nzbhydra2 - v3.4.3

Published by theotherp almost 4 years ago

v3.4.3 (2020-10-31)

Fix Fix error that ocurred when notifications without Apprise URLs were sent.

nzbhydra2 - v3.4.2

Published by theotherp almost 4 years ago

v3.4.2 (2020-10-29)

Fix Fix error that ocurred when notifications without Apprise URLs were sent.

nzbhydra2 - v3.4.1

Published by theotherp almost 4 years ago

v3.4.1 (2020-10-25)

Fix Fixed external configuration of Radarr and Sonarr V3 (wrt torrents).

nzbhydra2 - v3.4.0

Published by theotherp almost 4 years ago

v3.4.0 (2020-10-25)

Feature Added age and source variables to download notification.

Feature The previously added "Download" notification was only for when a result was grabbed from Hydra. I've aded a notification for download completion, i.e. when the download finishes the download.

Fix Fixed external configuration of Radarr and Sonarr V3.

nzbhydra2 - v3.3.0

Published by theotherp almost 4 years ago

v3.3.0 (2020-10-22)

Feature Added notifications for downloads.

Fix The button to send results to the downloader was not displayed in some cases.

Fix Apprise notifications sent via CLI containing quotation marks were truncated.

nzbhydra2 - v3.2.1

Published by theotherp almost 4 years ago

v3.2.1 (2020-10-21)

Fix Prevent startup errors when migrating from certain older versions.

nzbhydra2 - v3.2.0

Published by theotherp about 4 years ago

v3.2.0 (2020-10-20)

Feature Allow using Apprise CLI to send notifications instead of Apprise API.

Fix Don't require Apprise API URL to end with /notify (will still work if you've already configured it that way).

Fix Anonymize notification URLs when writing debug infos.

Fix Prevent invalid expiry date setting and fix startup failing due to invalid setting.

nzbhydra2 - v3.1.0

Published by theotherp about 4 years ago

v3.1.0 (2020-10-18)

Feature Add button to test notifications.

nzbhydra2 - v3.0.0

Published by theotherp about 4 years ago

v3.0.0 BETA (2020-10-17)

Feature NZBHydra now allows to send and show notifications for certain events. You can request events on the Github Issue.

Fix Reduced the percentage of correct results an indexer must return for an ID based search for that ID to be determined to be usable for searches. This will hopefully make the caps check recognize more supported IDs without any false positives.

Fix Shorten torrent file names exceeding the maximum path length.

Fix Query generation was not properly used for indexers which support a certain search type but no IDs.

Fix Show a warning when more than 3 logging markers are enabled. Please only enabled them when requested by me. They reduce the performance and produce lots of irritating log output which hurts more than it helps unless I actually need it.