Releases: theotherp/nzbhydra2
v7.0.0
v7.0.0
Feature It tooks just five years (or eight if you want to count the release of v1) but NZBHydra finally got a responsive design! Huge thanks to saurori for updating the UI code! There's still room for improvement, of course, but it's a huge step up. See #947
Fix With the update loop (see 6.2.1) for every update a new backup was created, in some cases filling the hard drive. I now make sure a backup is only created if the last one is old enough.
v6.2.1
v6.2.1
Fix Unfortunately the automatic update is broken with the new wrappers introduced in 6.0.0. And I tested it so thoroughly (I thought). NZBHydra would shut down for an update but not actually update, with automatic updates resulting in a loop :-(
Fix Days without a buggy release: 0. Fix invalid link returned from DETAILS function. See #943
Fix Fix custom quick filter preselect validation. Thanks, OothecaPickle!
v6.2.0
v6.0.0
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
v5.3.10
v5.3.8
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
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
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