Skip to content

Releases: theotherp/nzbhydra2

v6.2.0

12 May 08:30
Compare
Choose a tag to compare

v6.2.0

Feature Support DETAILS function from Newznab API spec. See #942

Feature Option to show user agent in search history. See #940

Note I've removed the old binary of the linux wrapper. It was always a bit hard to get it running and it's easier to just run the python wrapper file directly.

v6.0.0

01 Apr 09:27
Compare
Choose a tag to compare

v6.0.0

Feature I've completely rewritten the wrapper for windows. It's not a packaged python script anymore but an actually compiled binary. This has a couple of benefits: No more false positives from virus scanners (VirusTotal shows 5/72). No more temporary files not being cleaned up after a crash. The files are (a bit) smaller.
I don't plan to compile the wrapper for anything but windows as it makes more sense and is easier to run the python wrapper instead.

Feature The temp folder can be set using the environment variable NZBHYDRA_TEMP_FOLDER. See #984

Fix IPs or usernames were not shown in the history. See #932

Fix Removed annoying and misleading warning regarding memory leaks when shutting down process.

Fix Improved logging of outdated wrappers.

Fix Properly remove system tray icon after shutdown

v5.3.11

23 Mar 13:57
Compare
Choose a tag to compare

v5.3.11 (2024-03-23)

Feature Support NZBIndex API. I'm honestly not sure if there's a difference in the results but you'll be able to get more than 250 results. See #930

Fix Delete temporary file created during backup. See #931

v5.3.10

18 Mar 15:02
Compare
Choose a tag to compare

v5.3.10 (2024-03-18)

Fix 5.3.9 didn't start properly. Sorry...

v5.3.8

18 Feb 08:10
Compare
Choose a tag to compare

v5.3.8 (2024-02-18)

Fix When configuring external tools a trailing slash in the host value (e.g. http://localhost:1234/) would result in an error.

Note With the release of Sonarr v4 I've renamed the entry for Sonarr from v3 to v3+.

v5.3.7

22 Jan 18:48
Compare
Choose a tag to compare

v5.3.7 (2024-01-22)

Feature When you're making a search in the UI you can now choose to show the already received results. Until now you had to either wait, possibly until an indexer ran into a timeout or cancel without seeing any results at all. See #914

Feature Add option to disable open port check. See #912

Fix Fix filtering of history by time. See #913

v5.3.5

27 Nov 18:57
Compare
Choose a tag to compare

v5.3.5 (2023-11-27)

Fix The compiled python wrapper exes were unfortunately flagged as a virus / malware by some antivirus engines (wrongly, of course). Unfortunately I've been unable to find a solution that results in a flawless scan. The best I can achieve right now is getting the big ones to not flag it. I'll try to report the files as false positives. Sorry for the inconvenience. See #901

v5.3.3

20 Nov 20:28
Compare
Choose a tag to compare

v5.3.3 (2023-11-20)

Fix Windows releases didn't run on intel CPUs (see what I wrote below about this being hard?). See #899

v5.3.2

20 Nov 17:56
Compare
Choose a tag to compare

v5.3.2 (2023-11-18)

Feature Slightly changed the search results layout: Increased table width, increased title space, reduced row height. Let me know what you think.

Fix Windows release of 5.3.1 crashed on startup. I didn't catch that because my build pipeline only runs the linux executable and usually they behave the same. See #889

Fix Windows wrappers didn't run on Windows 7. As you can see getting everything to work properly on windows is a pain in the ass. See #889

Note If you're on windows you will probably get some errors on startup related to DLLs that could not be loaded. You can ignore these. They should be gone after you've updated the wrapper exes.

v5.2.0

23 Sep 10:30
Compare
Choose a tag to compare
v5.2.0 Pre-release
Pre-release

v5.2.0 BETA (2023-09-22)

Feature In case of hard crashes of the main process it will automatically be restarted unless the last automatic restart was less than 15 seconds ago (to prevent loops)

Note Windows releases now only contain three exe files (and documents) and no more DLL files

Fix Hard crashes of the main process will now be logged properly. See #892

Note All these changes require the wrapper files to be updated.

Note I also updated a lot of libraries - hopefully no bugs ;-)