Skip to content

Releases: theotherp/nzbhydra2

v7.12.0

10 Jan 08:55
Compare
Choose a tag to compare

v7.12.0 (2025-01-10)

Feature If enabled log and/or store username for NZB links. This way when sending a link to be downloaded from hydra the username that caused the download will be known. See #981

Fix Fix paging for search / download / notification history.

Fix Hopefully actually fix ipv6 reverse proxies access. See #980

v7.11.3

03 Jan 14:35
Compare
Choose a tag to compare

v7.11.3 (2025-01-03)

Fix Repeating a TV search from the search history would instead search for all TV results.

Fix Filtering for 3D using the quick filter button filtered for the wrong term. See #977

Fix IPv6 reverse proxies would result in error 500. See #980

v7.11.2

30 Dec 17:39
Compare
Choose a tag to compare

v7.11.2 (2024-12-30)

Fix Some images (like the torbox icon) were not visible. Fixed it and added a test to prevent this in the future.

v7.11.1

29 Dec 17:56
Compare
Choose a tag to compare

v7.11.1 (2024-12-29)

Fix Another one of those times where I tried to improve something but broke it. For some users downloading results didn't work. This is hopefully fixed now. It worked fine for me locally and in the automated tests.

v7.11.0

29 Dec 10:20
Compare
Choose a tag to compare

v7.11.0 (2024-12-29)

Feature Support for torbox.app as a usenet downloader. They allow sending NZBs to them and you can access the downloaded stuff via web or multiple integrations like FTP, WebDAV, etc. Using them as a search engine or to download torrents will / may come later.

Feature Improve IPv6 support. Thanks @ Ruakij. See #975

Fix Remove unneeded file from generic release which increased the size of the architect by a whopping 100MB.

Fix Only show option for primary downloader if multiple downloaders are enabled.

Fix Sometimes downloads from the search result history could not be downloaded again.

v7.10.2

03 Dec 06:58
Compare
Choose a tag to compare

v7.10.2 (2024-12-04)

Feature Improve error message when communication with an indexer fails.

Fix Mapping IP addresses to host names (enabled in the logging config) may cause a huge delay when accessing NZBHydra from inside a local network. The tooltip warning about this was probably too small. The mapping will now be aborted after a short timeout.

v7.10.1

13 Nov 20:03
Compare
Choose a tag to compare

v7.10.1 (2024-11-13)

Fix The status of downloads was not properly updated for sabnzbd downloads. Previously unmapped downloads will keep their wrong status in the history because it would be a pain to retroactively update them. See #968

Fix Do not use IMDB IDs for indexers that don't support them. This would happen when using the TV search function in the ID and selecting a result from the autocomplete.

Fix When autocomplete images were proxied they could not be loaded a second time.

Fix The log anonymizer used when you create debug infos removed too much, sometimes resulting in missing information.

v7.10.0

12 Nov 20:46
Compare
Choose a tag to compare

v7.10.0 (2024-11-12)

Feature Previously the way forbidden words would be excluded from queries depended on the backend and, to a certain degree, on the indexer but in some cases -- would be used as a prefix which is only supported by many indexers. NZBHydra will now attempt to automatically detect if and how certain words may be excluded from a query. This will either happen during a caps check or on the first search request where needed.

Note Added some more infos in the notifications section. Thanks, @pikeas. See #660

v7.9.0

10 Nov 10:03
Compare
Choose a tag to compare

v7.9.0 (2024-11-10)

Feature Added new(ish) indexer Digital Carnage as preset.

Fix Fixed name of indexer missing in logs.

Fix Prevent 404s from missing UI resources. See #971

Note Added note to the stats page that indexer scores are not affected by the time range selection.

v7.8.0

20 Oct 12:20
Compare
Choose a tag to compare

v7.8.0 (2024-10-20)

Feature Proxy images from indexers and media providers. See #970