Skip to content

Releases: theotherp/nzbhydra2

v1.3.3

08 Feb 20:44
Compare
Choose a tag to compare

v1.3.3

Feature: Improve conversion of newznab categories to internal categories
Fix: Exception in migration when providing no database file even when migration of database was requested
Feature: Allow loading of UI files from local folder to allow proper development of UI

v1.3.2

05 Feb 20:54
Compare
Choose a tag to compare

v1.3.2

Fix: Settings file was sometimes corrupted (wrong charset) and could not be loaded anymore
Fix: Delete error column in indexer status page when indexer is reenabled
Fix: Button to browse file system for selecting torrent folder would fail on some systems (e.g. docker)

v1.3.1

04 Feb 18:21
Compare
Choose a tag to compare

v1.3.1

Feature: Display serious errors on windows in message box
Fix: Hopefully reduced chance of empty config files being written
Fix: Handle duplicate results from indexers better (should rarely happen)
Note: NZBHydra will recognize if it's running on windows and in folder like c:\program files or c:\program files (x86) and refuse to start. Those folders have special read/write rights which might cause some problems. I recommend putting any programs that are not installed by a setup in a "regular" folder

v1.3.0

03 Feb 11:41
Compare
Choose a tag to compare

v1.3.0

Feature: Experimental feature to use a packaged CA certs file. This probably doesn't concern you but it may solve some SSL related issues with some newer or different JREs
Fix: Sort indexer download shares by share
Fix: Made the migration process a tiny bit more robust wrt wrong input
Fix: Display caps check button for indexers without API key (e.g. spotweb instances). Hide button and search type and ID fields for new indexer. The check is done automatically

v1.2.6

02 Feb 15:51
Compare
Choose a tag to compare

v1.2.6

Fix: Sabnzbd history could not be properly parsed, preventing download status updates

v1.2.5

31 Jan 18:26
Compare
Choose a tag to compare

v1.2.5

Fix: Completely fix spotweb support...

v1.2.4

31 Jan 17:38
Compare
Choose a tag to compare

v1.2.4

Fix: Help headphones parse Hydra's results
Fix: Indexer connection check used empty API key parameter, preventing check to spotweb to work

v1.2.3

30 Jan 17:20
Compare
Choose a tag to compare

v1.2.3

Fix: Prevent session timeout

v1.2.2

29 Jan 19:44
Compare
Choose a tag to compare

v1.2.2

Note: I've added debug logging to the wrapper for better, well, debugging of problems related to updating. To enable debug logging create a file DEBUG in the data folder and restart the program. As before, any non-docker installations will need to update the wrapper files manually. I'm working on a better solution.
Fix: Adding binsearch/NZBIndex/anizb would fail the connection check
Fix: Periodic check of downloader status was not executed as expected, resulting in incomplete status NZB reports in the history
Fix: Logger sometimes swallowed information when anonymizing data

v1.2.1

27 Jan 12:03
Compare
Choose a tag to compare

v1.2.1

Note: I've changed how some data is kept in the database. Deleting an indexer will remove it completely from the database, also deleting all related stats, search results and downloads. This might take a while on the next startup or whenever you delete an indexer with many related entries
Feature: Option to delete backups after x weeks. 4 is the default
Fix: Improve layout on mobile devices. Thanks nemchik
Fix: Updated the wrapper to delete older JAR files which previously caused some trouble. Any existing installations will have to update this manually. Docker containers must be updated.