Releases: theotherp/nzbhydra2
v7.2.2
v7.2.1
v7.2.0
v7.2.0 (2024-06-08)
Feature Add addons for min/max age and size in the search mask. See #951
Feature Another feature from Saurori. A new "auto" theme will select the bright or dark theme depending on the browser / OS theme setting.
Fix Correctly marked releases as final and added release dates. See #955
Fix Restore shift click functionality. See #954
Fix Updated the windows build libraries. This requires DLL files to be installed (alongside the main `core.exeΒ΄ file). They were previously included in the exe but now need to be provided alongside.
Fix Fixed parsing of binsearch results. It's still a bit iffy (and I personally think the quality of results isn't worth it) but at least you get some results. See #920
v7.1.0
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