Releases: linuxserver/docker-nzbget
testing-07f8f13-ls138
CI Report:
https://ci-tests.linuxserver.io/linuxserver/nzbget/testing-07f8f13-ls138/index.html
LinuxServer Changes:
Rebase to Alpine 3.20.
Remote Changes:
Data change at JSON endpoint https://api.github.com/repos/nzbgetcom/nzbget/git/matching-refs/tags/testing
v24.4-ls170
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 withPar2-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
- Replaced the
-
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
- Fixed excessive CPU usage by decreasing
-
For developers:
- Fixed
postprocess
tests #413 - Removed
Par2
source files from the repository.CMake
now pulls and buildsPar2-turbo
directly from its repository
- Fixed
testing-975e58c-ls137
CI Report:
https://ci-tests.linuxserver.io/linuxserver/nzbget/testing-975e58c-ls137/index.html
LinuxServer Changes:
Rebase to Alpine 3.20.
Remote Changes:
Data change at JSON endpoint https://api.github.com/repos/nzbgetcom/nzbget/git/matching-refs/tags/testing
testing-80bbc2d-ls137
CI Report:
https://ci-tests.linuxserver.io/linuxserver/nzbget/testing-80bbc2d-ls137/index.html
LinuxServer Changes:
Rebase to Alpine 3.20.
Remote Changes:
Data change at JSON endpoint https://api.github.com/repos/nzbgetcom/nzbget/git/matching-refs/tags/testing
testing-534665f-ls137
CI Report:
https://ci-tests.linuxserver.io/linuxserver/nzbget/testing-534665f-ls137/index.html
LinuxServer Changes:
Rebase to Alpine 3.20.
Remote Changes:
Data change at JSON endpoint https://api.github.com/repos/nzbgetcom/nzbget/git/matching-refs/tags/testing
testing-00e50a5-ls137
CI Report:
https://ci-tests.linuxserver.io/linuxserver/nzbget/testing-00e50a5-ls137/index.html
LinuxServer Changes:
Rebase to Alpine 3.20.
Remote Changes:
Data change at JSON endpoint https://api.github.com/repos/nzbgetcom/nzbget/git/matching-refs/tags/testing
v24.4-ls169
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 withPar2-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
- Replaced the
-
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
- Fixed excessive CPU usage by decreasing
-
For developers:
- Fixed
postprocess
tests #413 - Removed
Par2
source files from the repository.CMake
now pulls and buildsPar2-turbo
directly from its repository
- Fixed
testing-184834d-ls136
CI Report:
https://ci-tests.linuxserver.io/linuxserver/nzbget/testing-184834d-ls136/index.html
LinuxServer Changes:
Rebase to Alpine 3.20.
Remote Changes:
Data change at JSON endpoint https://api.github.com/repos/nzbgetcom/nzbget/git/matching-refs/tags/testing
v24.4-ls168
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 withPar2-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
- Replaced the
-
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
- Fixed excessive CPU usage by decreasing
-
For developers:
- Fixed
postprocess
tests #413 - Removed
Par2
source files from the repository.CMake
now pulls and buildsPar2-turbo
directly from its repository
- Fixed
v24.3-ls168
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 displaysWriteBuffer
andInterDir
disk information- the API method
status
now returns 6 additional properties:- FreeInterDiskSpaceLo
(int)
- Free disk space onInterDir
, in bytes. This field contains the low 32-bits of 64-bit value - FreeInterDiskSpaceHi
(int)
- Free disk space onInterDir
, in bytes. This field contains the high 32-bits of 64-bit value - FreeInterDiskSpaceMB
(int)
- Free disk space onInterDir
, in MiB. - TotalInterDiskSpaceLo
(int)
- Total disk space onInterDir
, in bytes. This field contains the low 32-bits of 64-bit value - TotalInterDiskSpaceHi
(int)
- Total disk space onInterDir
, in bytes. This field contains the high 32-bits of 64-bit value - TotalInterDiskSpaceMB
(int)
- Total disk space onInterDir
, in MiB.
- FreeInterDiskSpaceLo
- the API method
- 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
- Fixed a critical bug related to corrupt downloaded files exceeding 2.6 GB on all x32 POSIX systems using
-
For developers: