Releases: theotherp/nzbhydra2
v4.2.0
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
v4.0.2
v4.0.1
v4.0.0
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
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
v3.18.2
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.