Skip to content

Releases: theotherp/nzbhydra2

v4.5.0

09 Jul 08:59
Compare
Choose a tag to compare
v4.5.0 Pre-release
Pre-release

v4.5.0 BETA (2022-07-09)

Feature Automatically use NZB access and adding types required by certain indexers. See #784.

Feature Add debug logging for category mapping.

v4.4.0

26 Jun 11:16
Compare
Choose a tag to compare

v4.4.0 (2022-06-26)

Feature Add validation to ensure your configuration matches the requirements of a certain indexer.

Feature Warn when exposing NZBHydra to the internet via host 0.0.0.0 with no authentication enabled.

Note In the same vein I decided to remove the option to ignore warnings when saving the config. You'll just have to live with it or, ideally, fix the things causing the warnings.

Note All the above stems from the fact that a lot of people (=idiots) have their NZBHydra (or *arr) instances wide open to the world without any authentication whatsoever. DO NOT DO THAT! People will steal your API keys and possibly get your indexer access disabled or revoked for good. I'm trying to automatically detect that but it's not easy distinguishing valid accesses from fraudulent ones.

v4.3.3

15 Jun 11:38
Compare
Choose a tag to compare

v4.3.3 (2022-06-15)

Fix Fix error when using an HTTP proxy without username / password.

Fix Use API hit information from indexer request when no download information was provided. In that case calculate the downloads from the history. See #778

Fix Fix API hit and download detection for DogNZB.

Fix Add the current API hit to the number of reported API hits in response.

Fix Fix name of logging marker "Custom mapping" (was "Config mapping").

v4.3.2

13 Jun 14:47
Compare
Choose a tag to compare

v4.3.2 (2022-06-13)

Fix Fix use of groups in custom search request mapping. See #700

Fix Fix download of backup files. See #772

Note The mysterious issues with connections to indexers failing (and perhaps some other issues) were caused by changes in the linuxserver.io image and should be fixed by now.

v4.3.1

02 May 15:51
Compare
Choose a tag to compare

v4.3.1 (2022-05-02)

Note I removed the OpenAPI docs as for some really weird reason it may have introduced some unexpected bugs when connecting to indexers or even when trying to update the database

v4.3.0

03 Apr 08:53
Compare
Choose a tag to compare

v4.3.0 (2022-04-03)

Feature Allow to configure an indexer's API path. See #766

Feature OpenAPI docs are now available under http://127.0.0.1:5061/v3/api-docs/. This will only be interesting for very few (if any) users. Unfortunately I couldn't get the swagger UI working. You'll have to visit http://127.0.0.1:5061/swagger-ui/index.html and paste the api-docs URL.

v4.2.1

24 Mar 06:27
Compare
Choose a tag to compare

v4.2.1 (2022-03-24)

Note Added a banner of and link to NewsDemon. Thanks for sponsoring me!

Fix The dismiss button for the banner shown after an automatic update has been installed didn't work reliably. See #737

v4.2.0

04 Mar 07:28
Compare
Choose a tag to compare

v4.2.0 (2022-03-04)

Feature Add entry to display options to always show result titles. By default they're hidden when grouping results with the same name. See #763

Feature Add dismiss button to banner shown after an automatic update has been installed. See #737

Fix Use link to comments as detail link for torznab results. For some indexer the details would previously go to the download link. See #758

Fix Only show video related quick filter buttons when searching in a TV or movie category. See #732

Note I'm currently testing a new version of the database library. This new version may hopefully be a bit more performant, may result in smaller database files (for those suffering from very larg ones) and / or give me options to fine tune how data is compacted (for those where a lot of IO is produced). Unfortunately it means that the old database needs to be migrated which is always a bit hairy. If you're interested in helping me by testing an alpha version please leave me a note in this github Issue.

v4.1.0

20 Feb 16:48
Compare
Choose a tag to compare

v4.1.0 (2022-01-30)

Feature Allow certain notifications to be filtered (not shown / being sent). See #761

Fix Change shebang for python 3 wrapper so that it siginifies being a python 3 script.

v4.0.2

30 Jan 15:55
Compare
Choose a tag to compare

v4.0.2 (2022-01-30)

Fix Fix automatic configuration of Sonarr v3. See #753