Skip to content

Releases: linuxserver/docker-nzbget

testing-07f8f13-ls138

04 Dec 11:38
75036c5
Compare
Choose a tag to compare
testing-07f8f13-ls138 Pre-release
Pre-release

v24.4-ls170

29 Nov 15:55
b25203c
Compare
Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/nzbget/v24.4-ls170/index.html

LinuxServer Changes:

Rebase to Alpine 3.20.

nzbget Changes:

What's Changed

  • Features:

    • Replaced the Par2 library with Par2-turbo which provides faster file recovery on x86/ARM platforms #420
    • Better UTF-8 support #412
    • FreeBSD packaging support#417
    • the macOS package is now signed and notarized which solves the problem with removable media and excessive permission requests, and also now shipped in .dmg format
  • Bug fixes:

    • Fixed excessive CPU usage by decreasing cert.pem certificate loading for TLS connections #400
    • Fixed password-protected unpacking when the nzb file was added to the queue via command line #398
    • STATUS page now shows the correct Windows version Windows 7 instead of incorrectly showing Windows XP#419
    • Fixed duplications on the STATUS page #407
    • Fixed nzbget.conf.template installation path on POSIX #405
    • Fixed DaemonUsername check on QNAP #391
  • For developers:

    • Fixed postprocess tests #413
    • Removed Par2 source files from the repository. CMake now pulls and builds Par2-turbo directly from its repository

testing-975e58c-ls137

29 Nov 09:36
bd513a6
Compare
Choose a tag to compare
testing-975e58c-ls137 Pre-release
Pre-release

testing-80bbc2d-ls137

28 Nov 13:42
bd513a6
Compare
Choose a tag to compare
testing-80bbc2d-ls137 Pre-release
Pre-release

testing-534665f-ls137

29 Nov 10:41
bd513a6
Compare
Choose a tag to compare
testing-534665f-ls137 Pre-release
Pre-release

testing-00e50a5-ls137

27 Nov 13:11
bd513a6
Compare
Choose a tag to compare
testing-00e50a5-ls137 Pre-release
Pre-release

v24.4-ls169

22 Nov 15:42
651decd
Compare
Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/nzbget/v24.4-ls169/index.html

LinuxServer Changes:

Rebase to Alpine 3.20.

nzbget Changes:

What's Changed

  • Features:

    • Replaced the Par2 library with Par2-turbo which provides faster file recovery on x86/ARM platforms #420
    • Better UTF-8 support #412
    • FreeBSD packaging support#417
    • the macOS package is now signed and notarized which solves the problem with removable media and excessive permission requests, and also now shipped in .dmg format
  • Bug fixes:

    • Fixed excessive CPU usage by decreasing cert.pem certificate loading for TLS connections #400
    • Fixed password-protected unpacking when the nzb file was added to the queue via command line #398
    • STATUS page now shows the correct Windows version Windows 7 instead of incorrectly showing Windows XP#419
    • Fixed duplications on the STATUS page #407
    • Fixed nzbget.conf.template installation path on POSIX #405
    • Fixed DaemonUsername check on QNAP #391
  • For developers:

    • Fixed postprocess tests #413
    • Removed Par2 source files from the repository. CMake now pulls and builds Par2-turbo directly from its repository

testing-184834d-ls136

22 Nov 15:42
a563f68
Compare
Choose a tag to compare
testing-184834d-ls136 Pre-release
Pre-release

v24.4-ls168

19 Nov 09:35
223ef45
Compare
Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/nzbget/v24.4-ls168/index.html

LinuxServer Changes:

Rebase to Alpine 3.20.

nzbget Changes:

What's Changed

  • Features:

    • Replaced the Par2 library with Par2-turbo which provides faster file recovery on x86/ARM platforms #420
    • Better UTF-8 support #412
    • FreeBSD packaging support#417
    • the macOS package is now signed and notarized which solves the problem with removable media and excessive permission requests, and also now shipped in .dmg format
  • Bug fixes:

    • Fixed excessive CPU usage by decreasing cert.pem certificate loading for TLS connections #400
    • Fixed password-protected unpacking when the nzb file was added to the queue via command line #398
    • STATUS page now shows the correct Windows version Windows 7 instead of incorrectly showing Windows XP#419
    • Fixed duplications on the STATUS page #407
    • Fixed nzbget.conf.template installation path on POSIX #405
    • Fixed DaemonUsername check on QNAP #391
  • For developers:

    • Fixed postprocess tests #413
    • Removed Par2 source files from the repository. CMake now pulls and builds Par2-turbo directly from its repository

v24.3-ls168

15 Nov 15:46
223ef45
Compare
Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/nzbget/v24.3-ls168/index.html

LinuxServer Changes:

Rebase to Alpine 3.20.

nzbget Changes:

What's Changed

  • Features:

    • Disk performance tests for better analysis of user environment performance #375
    • The STATUS page now displays WriteBuffer and InterDir disk information
      • the API method status now returns 6 additional properties:
        • FreeInterDiskSpaceLo (int) - Free disk space on InterDir, in bytes. This field contains the low 32-bits of 64-bit value
        • FreeInterDiskSpaceHi (int) - Free disk space on InterDir, in bytes. This field contains the high 32-bits of 64-bit value
        • FreeInterDiskSpaceMB (int) - Free disk space on InterDir, in MiB.
        • TotalInterDiskSpaceLo (int) - Total disk space on InterDir, in bytes. This field contains the low 32-bits of 64-bit value
        • TotalInterDiskSpaceHi (int) - Total disk space on InterDir, in bytes. This field contains the high 32-bits of 64-bit value
        • TotalInterDiskSpaceMB (int) - Total disk space on InterDir, in MiB.
    • Bits/s units are now also displayed in server speed test results
  • Bug fixes:

    • Fixed a critical bug related to corrupt downloaded files exceeding 2.6 GB on all x32 POSIX systems using DirectWrite #378
    • Fixed a potential buffer overflow using getrealpath function #346
    • Added removal of unnecessary privileges if the nzbget daemon is run as root and an invalid DaemonUsername is specified #345
  • For developers:

    • Fixed omission in CMAKE_CXX_FLAGS_DEBUG using CLang that caused a wrong debug build #338
    • Fixed failed unit tests on POSIX systems built without ncurses #376