Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Releases: nzbget/nzbget

21.2-testing-r2333

30 Sep 23:52
Compare
Choose a tag to compare
21.2-testing-r2333 Pre-release
Pre-release
  • fixed certificate validation issue for many sites using Lets Encrypt TLS certificates (#784).

NOTE: The issue with the expired certificate may prevent NZBGet from doing update check and performing the update itself via web interface. The solution is to temporary disable certificate check via option Settings->Security-CertCheck and reenable it after update. This is safe because the downloaded package is verified for authenticity during update routine (even though the communication channel may be not safe).

Alternatively you can of course download and install NZBGet manually using manuals on NZBGet download page at https://nzbget.net/download.


NOTE: the list of downloads is automatically generated by GitHub. For description of files and platform-specific manuals please visit NZBGet download page at https://nzbget.net/download.

21.1

03 Jun 18:55
Compare
Choose a tag to compare
  • fixed crash on systems with 64-bit time (#736, #742);
  • corrected icon in Windows "uninstall program" list (#704);
  • allow special characters in URL for username and password (#682);
  • improved reporting for binding errors on Windows (#715).
  • fixed unicode space characters in javascript files, which could cause issues with nginx proxy (#650, #651);
  • fixed negative values for "FileSizeLo" in json-rpc (#693);
  • corrected url detection in rpc-method "append" (#679);
  • added support for new error messages in unrar 5.80 (#694);
  • now always using snapshots when reading directory contents (#688):
    • in previous versions snapshots were used on macOS only;
    • now they are used on all OSes;
    • this solves issue with leftovers during directory cleanup, which could happen on certain OSes when
      working with network drives;
  • fixed file allocating on file systems where sparse files are not supported (#720):
    • the issue could happen when InterDir was located on a network drive;
  • fixed crash caused by malformed nzb files (#745);
  • fixed GROUP command in nserv(#739);
  • updated url of the global certificate storage file in the build scripts (#747);
  • fixed: file selector in WebKit based browsers doesn't allow to choose the same file again (#731);
  • removed outdated links from web interface and merged Info and About tabs (#748).
  • fixed PC sleep mode not working (Windows only) (#635);
  • set "SameSite" attribute for cookies (#725);
  • corrected typo in about dialog of web interface (#634);
  • added nzbget version to about page (#637);
  • updated license text: changed address of Free Software Foundation and minor formatting changes (#648).

NOTE: the list of downloads is automatically generated by GitHub. For description of files and platform-specific manuals please visit NZBGet download page at https://nzbget.net/download.

21.1-testing-r2329

24 Apr 10:31
Compare
Choose a tag to compare
21.1-testing-r2329 Pre-release
Pre-release
  • fixed crash on windows caused by a change in a previous testing release (#749, #688);
  • set "SameSite" attribute for cookies (#725);
  • fixed crash on systems with 64-bit time (#736, #742);
  • corrected icon in Windows "uninstall program" list (#704);
  • allow special characters in URL for username and password (#682);
  • improved reporting for binding errors on Windows (#715).

NOTE: the list of downloads is automatically generated by GitHub. For description of files and platform-specific manuals please visit NZBGet download page at https://nzbget.net/download.

21.1-testing-r2322

15 Apr 23:23
Compare
Choose a tag to compare
21.1-testing-r2322 Pre-release
Pre-release
  • fixed unicode space characters in javascript files, which could cause issues with nginx proxy (#650, #651);
  • fixed negative values for "FileSizeLo" in json-rpc (#693);
  • corrected url detection in rpc-method "append" (#679);
  • added support for new error messages in unrar 5.80 (#694);
  • now always using snapshots when reading directory contents (#688):
    • in previous versions snapshots were used on macOS only;
    • now they are used on all OSes;
    • this solves issue with leftovers during directory cleanup, which could happen on certain OSes when
      working with network drives;
  • fixed file allocating on file systems where sparse files are not supported (#720):
    • the issue could happen when InterDir was located on a network drive;
  • fixed crash caused by malformed nzb files (#745);
  • fixed GROUP command in nserv(#739);
  • updated url of the global certificate storage file in the build scripts (#747);
  • fixed: file selector in WebKit based browsers doesn't allow to choose the same file again (#731);
  • removed outdated links from web interface and merged Info and About tabs (#748).

21.1-testing-r2311

22 Jun 22:54
Compare
Choose a tag to compare
21.1-testing-r2311 Pre-release
Pre-release
  • fixed PC sleep mode not working (Windows only) (#635);
  • corrected typo in about dialog of web interface (#634);
  • added nzbget version to about page (#637);
  • updated license text: changed address of Free Software Foundation and minor formatting changes (#648).

21.0

02 May 21:15
Compare
Choose a tag to compare
  • reworked duplicate handling to support URLs, especially when using RSS feeds (#541):
    • queue items added via URLs (to be fetched by nzbget) are no longer immediately fetched;
    • instead url-items are handled by duplicate check similar to nzb-items and may be placed into history as duplicate backups;
    • if an url-item needs to be downloaded as backup for a failed other item the nzb-file is fetched via provided URL;
    • this greatly reduces the number of nzbs fetched from indexers when using RSS feeds and duplicate handling;
  • improved support for Android devices (#538):
    • now providing a separate installer package for Android;
    • the package contains binaries built using Android NDK;
    • this improves compatibility with Android, in particular with Android 8, where general Linux installer version of NZBGet didn't work anymore due to security changes in Android;
    • android installer app is updated to use the new android installer package instead of general Linux package;
  • thoroughly optimised the program to reduce power consumption in idle state (#351, #593, #597):
    • number of CPU wake ups in idle state has been reduced from hundreds times per second to about only one per second;
  • optimisations for large queues with thousands of items (#591):
    • speed up saving of queue state and reduced number of queue state savings;
    • improved queue state format to reduce amount of state data saved during downloading;
    • in tests download speed for very large queue (16000 items) has been increased from 45 MB/s to 300 MB/s (comparing to 400 MB/s with small queue);
  • added native support for aarch64 architecture (ARM 64 Bit CPU) in Linux and Android installers (#629);
  • updated unrar to 5.7 and 7-zip to 19.0 (#618);
  • Windows installer now includes unrar in 32 bit and 64 bit variants (#618);
  • allowing wildcards in option AuthorizedIP (#620);
  • force par-check for nzbs without archives (#525);
  • improved handling of files splitted via par2 (#595);
  • added python 3 compatibility to EMail.py script (#578);
  • added python 3 compatibility to Logger.py script (#581);
  • proper UTF-8 encoding of email content in EMail.py script (#585);
  • improved error reporting for queue disk state corruption (#591);
  • removed suggestion of RC4 cipher (#611);
  • better description of option UMask (#612);
  • integrated LGTM code analyser tool into project (#604);
  • added functional tests for unpack CRC error (#558);
  • click on nzbget logo in web-interface now switches to downloads tab instead of showing "About dialog" which has been moved into settings (#564);
  • fixed: failed downloads not having any par2- or archive- files were moved to DestDir instead of remaining in InterDir (#562);
  • fixed crash when using FIPS version of OpenSSL (#561);
  • fixed potential crash in built-in web-server (#567);
  • fixed: statistics for session download time and speed may be way off on high load (#573);
  • fixed many compilation warnings in GCC (#590, #592);
  • fixed deprecated OpenSSL calls (#600);
  • fixed: macOS menubar widget could not connect if password contained special characters (#599);
  • fixed compatibility issue with OpenSSL compiled without compression support (#607, #608);
  • fixed: remote clients not displaying current download speed (#351, #610);
  • fixed: remote server could crash when feed with invalid api request (#621);
  • fixed trimming of relative paths in config (#622, #135).

NOTE: the list of downloads is automatically generated by GitHub. For description of files and platform-specific manuals please visit NZBGet download page at https://nzbget.net/download.

21.0-testing-r2304

22 Apr 14:32
Compare
Choose a tag to compare
21.0-testing-r2304 Pre-release
Pre-release
  • added native support for aarch64 architecture (ARM 64 Bit CPU) in Linux and Android installers (#629);
  • fixed trimming of relative paths in config (#622, #135).

21.0-testing-r2302

24 Mar 17:47
Compare
Choose a tag to compare
21.0-testing-r2302 Pre-release
Pre-release
  • updated unrar to 5.7 and 7-zip to 19.0 (#618);
  • Windows installer now includes unrar in 32 bit and 64 bit variants (#618);
  • allowing wildcards in option AuthorizedIP (#620);
  • removed suggestion of RC4 cipher (#611);
  • better description of option UMask (#612);
  • fixed: remote clients not displaying current download speed (#351, #610);
  • fixed: remote server could crash when feed with invalid api request (#621).

21.0-testing-r2296

09 Feb 19:05
Compare
Choose a tag to compare
21.0-testing-r2296 Pre-release
Pre-release
  • thoroughly optimised the program to reduce power consumption in idle state (#351, #593, #597):
    • number of CPU wake ups in idle state has been reduced from hundreds times per second to about only one per second;
  • optimisations for large queues with thousands of items (#591):
    • speed up saving of queue state and reduced number of queue state savings;
    • improved queue state format to reduce amount of state data saved during downloading;
    • in tests download speed for very large queue (16000 items) has been increased from 45 MB/s to 300 MB/s (comparing to 400 MB/s with small queue);
  • improved handling of files splitted via par2 (#595);
  • added python 3 compatibility to EMail.py script (#578);
  • added python 3 compatibility to Logger.py script (#581);
  • proper UTF-8 encoding of email content in EMail.py script (#585);
  • improved error reporting for queue disk state corruption (#591);
  • integrated LGTM code analyser tool into project (#604);
  • fixed many compilation warnings in GCC (#590, #592);
  • fixed deprecated OpenSSL calls (#600);
  • fixed: macOS menubar widget could not connect if password contained special characters (#599);
  • fixed compatibility issue with OpenSSL compiled without compression support (#607, #608).

21.0-testing-r2220

01 Sep 15:35
Compare
Choose a tag to compare
21.0-testing-r2220 Pre-release
Pre-release
  • improved support for Android devices (#538):
    • now providing a separate installer package for Android;
    • the package contains binaries built using Android NDK;
    • this improves compatibility with Android, in particular with Android 8, where general Linux installer version of NZBGet didn't work anymore due to security changes in Android;
    • android installer app is updated to use the new android installer package instead of general Linux package;
  • reworked duplicate handling to support URLs, especially when using RSS feeds (#541):
    • queue items added via URLs (to be fetched by nzbget) are no longer immediately fetched;
    • instead url-items are handled by duplicate check similar to nzb-items and may be placed into history as duplicate backups;
    • if an url-item needs to be downloaded as backup for a failed other item the nzb-file is fetched via provided URL;
    • this greatly reduces the number of nzbs fetched from indexers when using RSS feeds and duplicate handling;
  • force par-check for nzbs without archives (#525);
  • added functional tests for unpack CRC error (#558);
  • click on nzbget logo in web-interface now switches to downloads tab instead of showing "About dialog" which has been moved into settings (#564);
  • fixed: failed downloads not having any par2- or archive- files were moved to DestDir instead of remaining in InterDir (#562);
  • fixed crash when using FIPS version of OpenSSL (#561);
  • fixed potential crash in built-in web-server (#567);
  • fixed: statistics for session download time and speed may be way off on high load (#573).