Skip to content

Releases: theotherp/nzbhydra2

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

v4.0.1

10 Jan 11:07
Compare
Choose a tag to compare

v4.0.1 (2022-01-10)

Fix Properly read X-Forwarded-For header and original IP.

Fix Execute connection check after an indexer's API key has changed.

v4.0.0

02 Jan 08:35
Compare
Choose a tag to compare

v4.0.0 (2022-01-02)

Feature Update framework libraries and add support for Java 17.

Feature NZBHydra now (hopefully) properly supports indexers that return more than 100 results per API page. When I started developing 8 years ago no indexer I knew of returned more than 100 results, now some return 500 or even 1000. That obviously often tremendously reduces the API hits needed to fill a page or find a certain result. NZBHydra will now request 1000 results (many indexers will still only return 100) per page. The page size of the results returned by NZBHydra is still 100 (if not overwritten in the API request). The amount of API hits made by local programs doesn't matter and the time and performance overhead are negligible. Please note that these changes required some hefty changes in the deeps of the search logic and may have produced some bugs. Let me know if it works as expected.

Feature Show assigned colors of indexers in config list.

Note Happy new year!

v3.18.4

11 Dec 07:32
Compare
Choose a tag to compare

v3.18.4 (2021-12-11)

Fix Update logging library to a newer version due to a security issue. This isn't much of an issue, in my opinion, as I use a different library although this one is used by others. It also only affects JDKs that are older than a year and it's not an issue on docker containers.

v3.18.3

06 Dec 14:53
Compare
Choose a tag to compare

v3.18.3 (2021-12-06)

Fix Added nzbgeek to the list of indexers which don't support movie/tvsearch searches without IDs.

v3.18.2

06 Dec 12:26
Compare
Choose a tag to compare

v3.18.2 (2021-12-06)

Fix Some indexers do not support movie/tvsearch type queries without IDs but with word based queries (I know of nzbplanet and dognzb). For these indexers the search type is automatically switched to search when no IDs but a word query is given.

v3.18.1

01 Dec 20:11
Compare
Choose a tag to compare

v3.18.1 (2021-12-01)

Fix Fix exception when unexpected java version is found. Why the fuck does every JDK have to have its own version format?

v3.18.0

27 Nov 11:06
Compare
Choose a tag to compare

v3.18.0 (2021-11-27)

Fix Make sure that when the NZBHydra API is accessed with a duplicate /api in the URL this is not interpreted as wanting to only use an indexer with the name "api".

Feature Abort on startup if incompatible Java version is used.