Skip to content

Releases: theotherp/nzbhydra2

v3.14.2

23 May 06:04
Compare
Choose a tag to compare

v3.14.2 (2021-05-23)

Bug Min and max size API parameters were ignored. See #705

v3.14.1

22 Apr 10:17
Compare
Choose a tag to compare

v3.14.1 (2021-04-22)

Feature Added NZB360, Readarr and Mylar to mapped user agents. Thanks to SAS-1

Bug With the option to transform newznab categories enabled if provided categories of an API call could not be mapped to a category they weren't used at all. See #704.

v3.14.0

11 Apr 11:42
Compare
Choose a tag to compare

v3.14.0 (2021-04-11)

Feature Custom mapping for queries and titles. This allows you to customize / change the values used by external tools or returned by metadata providers like TVDB. See #700.

v3.13.2

20 Mar 17:43
Compare
Choose a tag to compare

v3.13.2 (2021-03-20)

Fix Fix connection check for nzbgeek. See #695.

Note Java 16 is not supported. See #697.

v3.13.1

10 Mar 11:47
Compare
Choose a tag to compare

v3.13.1 (2021-03-10)

Fix Fix external configuration of Readarr (0.1.0.520+). See #693.

v3.13.0

23 Feb 20:51
Compare
Choose a tag to compare

v3.13.0 (2021-02-23)

Feature From now on I'll refer to the appropriate GitHub issues in the changelog (if I don't forget it).

Fix Improve category detection for MyAnonaMouse. See #689.

Fix Don't crash GUI when result titles are empty. See #690.

Fix Clarify the restrictions section in the auth config. See #687.

v3.12.0

13 Feb 11:07
Compare
Choose a tag to compare

v3.12.0 (2021-02-13)

Feature Add button to send results to black hole from download history.

Feature Add support for custom parameters to be sent to indexers while searching.

Fix Download status bar did not update properly when the downloader was idle after a download. The bar will now be updated until either a new download is started or the bar is properly filled, representing the downloader's idle state. This should hopefully also fix the long-standing issue with the browser tab freezing / crashing after a while.

Fix Ensure that threads which send data to the frontend (like notifications or downloader status) are only active when a UI session (=browser tab) is open. Also only send downloader data if it's actually new (instead of e.g. repeatedly sending information that the downloader is idle.

Fix Remove code for nzbs.org :-(

v3.11.4

08 Feb 13:28
Compare
Choose a tag to compare

v3.11.4 (2021-02-08)

Fix Fix warning "Destroy method on bean..." when shutting down NZBHydra.

Fix Fix automatic configuration of Sonarr and Radarr v3.

v3.11.3

31 Jan 20:53
Compare
Choose a tag to compare

v3.11.3 (2021-01-31)

Fix Fix an issue where the backup folder was not properly validated when saving the config. Too bad I don't get paid by the update (=bug).

v3.11.2

31 Jan 20:31
Compare
Choose a tag to compare

v3.11.2 (2021-01-31)

Fix Fix a websocket issue when using a reverse proxy. Should've tested that better... If you're running NZBHydra behind a reverse proxy please see #683 (comment).