Releases: linuxserver/docker-sabnzbd
unstable-5.0.0Beta4-ls338
CI Report:
https://ci-tests.linuxserver.io/linuxserver/sabnzbd/unstable-5.0.0Beta4-ls338/index.html
LinuxServer Changes:
Full Changelog: unstable-5.0.0Beta4-ls337...unstable-5.0.0Beta4-ls338
Remote Changes:
Release Notes - SABnzbd 5.0.0 Beta 4
This is the fourth beta release of version 5.0.
Changes and bugfixes since 5.0.0 Beta 3
- Stability fixes for downloading and file assembly.
- No longer exclusively lock all directory operations.
Changes and bugfixes since 5.0.0 Beta 2
- Post-processing scripts will always be executed, even for failed jobs.
Make sure to check the status of the job in your scripts! - Removed Special setting
empty_postprocas it is no longer needed. - Handle passwords that exceed Unrar's password limit.
- Improve handling of disks getting full.
- Stability increased for the download process.
New features in 5.0.0
- Added support for NNTP Pipelining which eliminates idle waiting between
requests, significantly improving speeds on high-latency connections.
Read more here: https://sabnzbd.org/wiki/advanced/nntp-pipelining - Implemented Direct Write to optimize assembly of downloaded files.
Read more here: https://sabnzbd.org/wiki/advanced/direct-write - Complete redesign of article cache.
- Improved disk speed measurement in Status window.
- Enable
verify_xff_headerby default. - Reduce delays between jobs during post-processing.
- If a download only has
.nzbfiles inside, the new downloads
will include the name of the original download. - No longer show tracebacks in the browser, only in the logs.
- Dropped support for Python 3.8.
- Windows: Added Windows ARM (portable) release.
- Windows and macOS: Update Python to 3.14.3, Unrar to 7.20,
par2cmdline-turbo to 1.4 and 7zip to 26.00.
Bug fixes since 4.5.0
Check before downloadcould get stuck or fail to reject.- No error was shown in case NZB upload failed.
- Correct mobile layout if
Full Widthis enabled. - Aborted Direct Unpack could result in no files being unpacked.
- Sorting of files inside jobs was inconsistent.
- Windows: Tray icon disappears after Explorer restart.
- macOS: Slow to start on some network setups.
Upgrade notices
- You can directly upgrade from version 3.0.0 and newer.
- Upgrading from older versions will require performing a
Queue repair. - Downgrading from version 4.2.0 or newer to 3.7.2 or older will require
performing aQueue repairdue to changes in the internal data format.
Known problems and solutions
- Read
ISSUES.txtor https://sabnzbd.org/wiki/introduction/known-issues
Code Signing Policy
Windows code signing is provided by SignPath.io using a SignPath Foundation certificate.
About
SABnzbd is an open-source cross-platform binary newsreader.
It simplifies the process of downloading from Usenet dramatically, thanks to its web-based
user interface and advanced built-in post-processing options that automatically verify, repair,
extract and clean up posts downloaded from Usenet.
(c) Copyright 2007-2026 by The SABnzbd-Team (sabnzbd.org)
nightly-f2d4347e-ls124
CI Report:
https://ci-tests.linuxserver.io/linuxserver/sabnzbd/nightly-f2d4347e-ls124/index.html
LinuxServer Changes:
Full Changelog: nightly-5bfa4c8b-ls123...nightly-f2d4347e-ls124
Remote Changes:
builder/package.py: stop mangling test data (#3364)
Broke tests on Debian/Ubuntu, they reported it, never figured it out.
(#2274)
On Gentoo we skipped the failing test for years but 'just plain fails'
didn't sit right with me. We found the tests only fail using release
tarball, not git.
package.py script 'fixes' the line endings on .txt extensions but doesn't
account for a stillrarbutnotagoodname.txt rar binary in the test data.
This breaks tests on anyone using the release tarballs. So we skip mangling
the test data to allow for downstream CI to work.
nightly-f2d4347e-ls123
CI Report:
https://ci-tests.linuxserver.io/linuxserver/sabnzbd/nightly-f2d4347e-ls123/index.html
LinuxServer Changes:
No changes
Remote Changes:
builder/package.py: stop mangling test data (#3364)
Broke tests on Debian/Ubuntu, they reported it, never figured it out.
(#2274)
On Gentoo we skipped the failing test for years but 'just plain fails'
didn't sit right with me. We found the tests only fail using release
tarball, not git.
package.py script 'fixes' the line endings on .txt extensions but doesn't
account for a stillrarbutnotagoodname.txt rar binary in the test data.
This breaks tests on anyone using the release tarballs. So we skip mangling
the test data to allow for downstream CI to work.
nightly-cd5acde5-ls123
CI Report:
https://ci-tests.linuxserver.io/linuxserver/sabnzbd/nightly-cd5acde5-ls123/index.html
LinuxServer Changes:
No changes
Remote Changes:
Set pipeling requests to 2 for new servers (#3362)
nightly-a1eb3284-ls123
CI Report:
https://ci-tests.linuxserver.io/linuxserver/sabnzbd/nightly-a1eb3284-ls123/index.html
LinuxServer Changes:
No changes
Remote Changes:
Set Download Folder minimum space to 500M by default
See #3346
nightly-9b2c9621-ls123
CI Report:
https://ci-tests.linuxserver.io/linuxserver/sabnzbd/nightly-9b2c9621-ls123/index.html
LinuxServer Changes:
No changes
Remote Changes:
Generalize diskspace check arguments
nightly-903582fb-ls123
CI Report:
https://ci-tests.linuxserver.io/linuxserver/sabnzbd/nightly-903582fb-ls123/index.html
LinuxServer Changes:
No changes
Remote Changes:
Fix checking for unwanted files in rars once password is known (#3360)
nightly-5bfa4c8b-ls123
CI Report:
https://ci-tests.linuxserver.io/linuxserver/sabnzbd/nightly-5bfa4c8b-ls123/index.html
LinuxServer Changes:
Full Changelog: nightly-14e00b36-ls122...nightly-5bfa4c8b-ls123
Remote Changes:
Update all dependencies (#3359)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
unstable-5.0.0Beta4-ls337
CI Report:
https://ci-tests.linuxserver.io/linuxserver/sabnzbd/unstable-5.0.0Beta4-ls337/index.html
LinuxServer Changes:
Full Changelog: unstable-5.0.0Beta3-ls336...unstable-5.0.0Beta4-ls337
Remote Changes:
Release Notes - SABnzbd 5.0.0 Beta 4
This is the fourth beta release of version 5.0.
Changes and bugfixes since 5.0.0 Beta 3
- Stability fixes for downloading and file assembly.
- No longer exclusively lock all directory operations.
Changes and bugfixes since 5.0.0 Beta 2
- Post-processing scripts will always be executed, even for failed jobs.
Make sure to check the status of the job in your scripts! - Removed Special setting
empty_postprocas it is no longer needed. - Handle passwords that exceed Unrar's password limit.
- Improve handling of disks getting full.
- Stability increased for the download process.
New features in 5.0.0
- Added support for NNTP Pipelining which eliminates idle waiting between
requests, significantly improving speeds on high-latency connections.
Read more here: https://sabnzbd.org/wiki/advanced/nntp-pipelining - Implemented Direct Write to optimize assembly of downloaded files.
Read more here: https://sabnzbd.org/wiki/advanced/direct-write - Complete redesign of article cache.
- Improved disk speed measurement in Status window.
- Enable
verify_xff_headerby default. - Reduce delays between jobs during post-processing.
- If a download only has
.nzbfiles inside, the new downloads
will include the name of the original download. - No longer show tracebacks in the browser, only in the logs.
- Dropped support for Python 3.8.
- Windows: Added Windows ARM (portable) release.
- Windows and macOS: Update Python to 3.14.3, Unrar to 7.20,
par2cmdline-turbo to 1.4 and 7zip to 26.00.
Bug fixes since 4.5.0
Check before downloadcould get stuck or fail to reject.- No error was shown in case NZB upload failed.
- Correct mobile layout if
Full Widthis enabled. - Aborted Direct Unpack could result in no files being unpacked.
- Sorting of files inside jobs was inconsistent.
- Windows: Tray icon disappears after Explorer restart.
- macOS: Slow to start on some network setups.
Upgrade notices
- You can directly upgrade from version 3.0.0 and newer.
- Upgrading from older versions will require performing a
Queue repair. - Downgrading from version 4.2.0 or newer to 3.7.2 or older will require
performing aQueue repairdue to changes in the internal data format.
Known problems and solutions
- Read
ISSUES.txtor https://sabnzbd.org/wiki/introduction/known-issues
Code Signing Policy
Windows code signing is provided by SignPath.io using a SignPath Foundation certificate.
About
SABnzbd is an open-source cross-platform binary newsreader.
It simplifies the process of downloading from Usenet dramatically, thanks to its web-based
user interface and advanced built-in post-processing options that automatically verify, repair,
extract and clean up posts downloaded from Usenet.
(c) Copyright 2007-2026 by The SABnzbd-Team (sabnzbd.org)
4.5.5-ls246
CI Report:
https://ci-tests.linuxserver.io/linuxserver/sabnzbd/4.5.5-ls246/index.html
LinuxServer Changes:
Full Changelog: 4.5.5-ls245...4.5.5-ls246
Remote Changes:
Release Notes - SABnzbd 4.5.5
Bug fixes and changes in 4.5.5
- macOS: Failed to start on versions of macOS older than 11.
Python 3.14 dropped support for macOS 10.13 and 10.14.
Because of that macOS 10.15 is required to run 4.5.5.
Bug fixes and changes in 4.5.4
New Features
- History details now includes option to mark job as
Completed. Quotanotifications available for all notification services.- Sends alerts at 75%, 90%, and 100% quota usage.
- Multi-Operations now supports Move to Top/Bottom.
- New
outgoing_nntp_ipoption to bind outgoing NNTP connections to specific IP address.
Improvements
- Setup wizard now requires successful Server Test before proceeding.
- Anime episode notation
S04 - 10now supported for Sorting and Duplicate Detection. - Multi-Operations: Play/Resume button unselects on second click for better usability.
- Unrar now handles renaming of invalid characters on Windows filesystem.
- Switched from vendored
sabnzbd.rarfilemodule torarfile>=4.2. - Warning displayed when removing all Orphaned jobs (clears Temporary Download folder).
Bug Fixes
- Active connections counter in Status window now updates correctly.
- Job setting changes during URL-grabbing no longer ignored.
- Incomplete
.par2file parsing no longer leaves files behind. Local IPv4 addressnow detectable when using Socks5 proxy.- Server configuration changes no longer show
Failuremessage during page reload.
Platform-Specific
- Linux:
Make Windows compatibleautomatically enabled when needed. - Windows: Executables are now signed using SignPath Foundation certificate.
- Windows: Can now start SABnzbd directly from installer.
- Windows and macOS: Binaries now use Python 3.14.
Bug fixes and changes in 4.5.3
- Remember if
Permanently deletewas previously checked. - All available IP-addresses will be included when selecting the fastest.
- Pre-queue script rejected NZBs were sometimes reported as
URL Fetching failed. - RSS
Next scantime was not adjusted after manualRead All Feeds Now. - Prevent renaming of
.cbrfiles during verification. - If
--disable-file-logwas enabled,Show Loggingwould crash. - API: Added
time_added, timestamp of when the job was added to the queue. - API: History output could contain duplicate items.
- Snap: Updated packages and changed build process for reliability.
- macOS: Repair would fail on macOS 10.13 High Sierra.
- Windows: Unable to start on Windows 8.
- Windows: Updated Unrar to 7.13, which resolves CVE-2025-8088.
Bug fixes and changes in 4.5.2
- Added Tab and Shift+Tab navigation to move between rename fields in queue.
- Invalid cookies of other services could result in errors.
- Internet Bandwidth test could be stuck in infinite loop.
- RSS readout did not ignore torrent alternatives.
- Prowl and Pushover settings did not load correctly.
- Renamed
osxtomacosinternally. - API: Removed
Bpost-fix fromquotaandleft_quotafields inqueue. - Windows: Support more languages in the installer.
- Windows and macOS: Updated par2cmdline-turbo to 1.3.0 and Unrar to 7.12.
Bug fixes and changes in 4.5.1
- Correct platform detection on Linux.
- The
From SxxEyyRSS filters did not always work. - Windows and macOS: Update Unrar to 7.11.
New features in 4.5.0
- Improved failure detection by downloading additional par2 files right away.
- Added more diagnostic information about the system.
- Use XFF headers for login validation if
verify_xff_headeris enabled. - Added Turkish translation (by @cardpuncher).
- Added
unrar_parametersoption to supply custom Unrar parameters. - Windows: Removed MultiPar support.
- Windows and macOS: Updated Python to 3.13.2, 7zip to 24.09,
Unrar to 7.10 and par2cmdline-turbo to 1.2.0.
Bug fixes since 4.4.0
- Handle filenames that exceed maximum filesystem lengths.
- Directly decompress gzip responses when retrieving NZB's.
Upgrade notices
- Direct upgrade supported from version 3.0.0 and newer.
- Older versions require performing a
Queue repairafter upgrading.
Known problems and solutions
- Read
ISSUES.txtor https://sabnzbd.org/wiki/introduction/known-issues
Code Signing Policy
Windows code signing is provided by SignPath.io using a SignPath Foundation certificate.
About
SABnzbd is an open-source cross-platform binary newsreader.
It simplifies the process of downloading from Usenet dramatically, thanks to its web-based
user interface and advanced built-in post-processing options that automatically verify, repair,
extract and clean up posts downloaded from Usenet.
(c) Copyright 2007-2025 by The SABnzbd-Team (sabnzbd.org)