Skip to content

Releases: linuxserver/docker-sabnzbd

3.7.2-ls93

03 Mar 10:29
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase master branch to Alpine 3.16, migrate to s6v3.

sabnzbd Changes:

Release Notes - SABnzbd 3.7.2

Bugfixes and changes since 3.7.1

  • Ignore permissions inside archives during unpacking by UnRar.
  • Improvements to connection error messages.
  • Apply other changes only after updating the Category in multi-edit.
  • Categories were not sorted correctly in dropdowns.
  • Prevent crash when Automatically sort queue was enabled.
  • Apply History Retention setting during startup.
  • Tweaks to download performance.
  • Linux: Update appstream metadata.

Bugfixes and changes since 3.7.0

  • Minor improvements in download performance.
  • Scripts set On queue finish are no longer persistent by default.
  • Improved Test Server to handle more failure cases.
  • Priority list in Add NZB-window was missing Paused priority.
  • Keyboard shortcuts did not work if not in Tabbed-mode.
  • Keyboard shortcut S did not reload status information.
  • In history API-call the stage_log could be empty.
  • Using the - character broke the queue/history search.
  • Improved detection and handling of stuck jobs.

Changes since 3.6.1

  • The queue and history can be filtered using keywords:
    cat and priority. For example: show name cat:tv.
  • Use shortcut shift + arrow-key to navigate the queue/history pages.
  • The backup is now created in a local folder for security.
  • Recurring backups can be configured using the scheduler.
  • Improvements to Deobfuscate Final Filenames.
  • RSS overview shows the rule that accepted the job.
  • Added option to sort the queue by % downloaded.
  • Added option to replace underscores with dots in folder names.
  • SABnzbd Host input will be validated before being applied.
  • Moved system load information from the main page to the Status window.
  • Console logging is now written to stdout instead of stderr.
  • Removed Special settings enable_meta, disable_key,
    replace_illegal, osx_speed and show_sysload.
  • Merged Special settings win_menu and osx_menu into tray_icon.
  • macOS/Windows: Use Python 3.11, slightly boosting overall performance.
  • macOS/Windows: Updated UnRar to 6.12.
  • Windows: Updated MultiPar to 1.3.2.5.

API changes since 3.6.1

  • Minor improvements in API performance.
  • Removed fields scripts and categories from queue API call.
  • Moved loadavg from queue to status API call.

Bugfixes since 3.6.1

  • Free Space Detection was too strict when using Direct Unpack.
  • File uploads with special characters would be parsed incorrectly.
  • Passwords from NZB meta-data were tried multiple times.
  • Passwords were not always supplied to the pre-queue script.
  • RSS-feed names were not sanitized when renamed.
  • Make sure short-dates are detected as YY-MM-DD in Sorting.
  • Show the custom job name in History when the NZB could not be fetched.

Upgrade notices

  • The download statistics file totals10.sab is updated in 3.2.x
    version. If you downgrade to 3.1.x or lower, detailed download
    statistics will be lost.

Known problems and solutions

  • Read the file "ISSUES.txt"

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-2023 by "The SABnzbd-team" <team@sabnzbd.org>

unstable-4.0.0Alpha2-ls150

03 Mar 10:31
Compare
Choose a tag to compare
Pre-release

LinuxServer Changes:

Rebase unstable branch to Alpine 3.16, migrate to s6v3.

sabnzbd Changes:

Release Notes - SABnzbd 4.0.0 Alpha 2

Changes since 4.0.0 Alpha 1

  • There are now multiple settings that can tweak performance, see:
    sabnzbd/sabnzbd#2474
    We are trying to find the most optimal default settings, so you
    can help us by letting us know the results on your system!

Changes since 3.7.2

  • In this major update we replaced a core part of Python's SSL handling
    with our own improved version. This results in large performance increases
    when downloading from news servers with SSL enabled.
    In addition, the general connection handling was overhauled, resulting in
    performance improvements for all news servers.
    Special thanks to: mnightingale, puzzledsab and animetosho!
  • When adding a new news server, SSL is enabled by default.
  • File assembly performance significantly improved by relying on the
    CRC32 instead of the MD5 to perform QuickCheck of files.
  • Slowdown more gracefully when the cache fills up.
  • HTTPS files are included in the Backup.
  • Improved Watched Folder scanning and processing.
  • Dropped support for Python 3.7.

Bugfixes since 3.7.2

  • Restore applying History Retention setting at startup.
  • Windows: Not all invalid characters were removed from filenames.

Upgrade notices

  • The download statistics file totals10.sab is updated in 3.2.x
    version. If you downgrade to 3.1.x or lower, detailed download
    statistics will be lost.

Known problems and solutions

  • Read the file "ISSUES.txt"

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-2023 by "The SABnzbd-team" <team@sabnzbd.org>

nightly-2ec3da18-ls153

02 Mar 22:16
Compare
Choose a tag to compare
Pre-release

LinuxServer Changes:

Rebase nightly branch to Alpine Edge for Python 3.11.

sabnzbd Changes:

Update translatable texts
[skip ci]

nightly-38270bf4-ls152

28 Feb 22:19
Compare
Choose a tag to compare
Pre-release

LinuxServer Changes:

Rebase nightly branch to Alpine Edge for Python 3.11.

sabnzbd Changes:

Do not auto-update sabctools

We will do it manually when needed, as it also requires the constants.py value to be updated.

nightly-05d58ca0-ls152

28 Feb 11:33
Compare
Choose a tag to compare
Pre-release

LinuxServer Changes:

Rebase nightly branch to Alpine Edge for Python 3.11.

sabnzbd Changes:

update unrar to 6.21 (#2479)

3.7.2-ls92

24 Feb 10:30
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase master branch to Alpine 3.16, migrate to s6v3.

sabnzbd Changes:

Release Notes - SABnzbd 3.7.2

Bugfixes and changes since 3.7.1

  • Ignore permissions inside archives during unpacking by UnRar.
  • Improvements to connection error messages.
  • Apply other changes only after updating the Category in multi-edit.
  • Categories were not sorted correctly in dropdowns.
  • Prevent crash when Automatically sort queue was enabled.
  • Apply History Retention setting during startup.
  • Tweaks to download performance.
  • Linux: Update appstream metadata.

Bugfixes and changes since 3.7.0

  • Minor improvements in download performance.
  • Scripts set On queue finish are no longer persistent by default.
  • Improved Test Server to handle more failure cases.
  • Priority list in Add NZB-window was missing Paused priority.
  • Keyboard shortcuts did not work if not in Tabbed-mode.
  • Keyboard shortcut S did not reload status information.
  • In history API-call the stage_log could be empty.
  • Using the - character broke the queue/history search.
  • Improved detection and handling of stuck jobs.

Changes since 3.6.1

  • The queue and history can be filtered using keywords:
    cat and priority. For example: show name cat:tv.
  • Use shortcut shift + arrow-key to navigate the queue/history pages.
  • The backup is now created in a local folder for security.
  • Recurring backups can be configured using the scheduler.
  • Improvements to Deobfuscate Final Filenames.
  • RSS overview shows the rule that accepted the job.
  • Added option to sort the queue by % downloaded.
  • Added option to replace underscores with dots in folder names.
  • SABnzbd Host input will be validated before being applied.
  • Moved system load information from the main page to the Status window.
  • Console logging is now written to stdout instead of stderr.
  • Removed Special settings enable_meta, disable_key,
    replace_illegal, osx_speed and show_sysload.
  • Merged Special settings win_menu and osx_menu into tray_icon.
  • macOS/Windows: Use Python 3.11, slightly boosting overall performance.
  • macOS/Windows: Updated UnRar to 6.12.
  • Windows: Updated MultiPar to 1.3.2.5.

API changes since 3.6.1

  • Minor improvements in API performance.
  • Removed fields scripts and categories from queue API call.
  • Moved loadavg from queue to status API call.

Bugfixes since 3.6.1

  • Free Space Detection was too strict when using Direct Unpack.
  • File uploads with special characters would be parsed incorrectly.
  • Passwords from NZB meta-data were tried multiple times.
  • Passwords were not always supplied to the pre-queue script.
  • RSS-feed names were not sanitized when renamed.
  • Make sure short-dates are detected as YY-MM-DD in Sorting.
  • Show the custom job name in History when the NZB could not be fetched.

Upgrade notices

  • The download statistics file totals10.sab is updated in 3.2.x
    version. If you downgrade to 3.1.x or lower, detailed download
    statistics will be lost.

Known problems and solutions

  • Read the file "ISSUES.txt"

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-2023 by "The SABnzbd-team" <team@sabnzbd.org>

unstable-4.0.0Alpha2-ls149

22 Feb 23:59
Compare
Choose a tag to compare
Pre-release

LinuxServer Changes:

Rebase unstable branch to Alpine 3.16, migrate to s6v3.

sabnzbd Changes:

Release Notes - SABnzbd 4.0.0 Alpha 2

Changes since 4.0.0 Alpha 1

  • There are now multiple settings that can tweak performance, see:
    sabnzbd/sabnzbd#2474
    We are trying to find the most optimal default settings, so you
    can help us by letting us know the results on your system!

Changes since 3.7.2

  • In this major update we replaced a core part of Python's SSL handling
    with our own improved version. This results in large performance increases
    when downloading from news servers with SSL enabled.
    In addition, the general connection handling was overhauled, resulting in
    performance improvements for all news servers.
    Special thanks to: mnightingale, puzzledsab and animetosho!
  • When adding a new news server, SSL is enabled by default.
  • File assembly performance significantly improved by relying on the
    CRC32 instead of the MD5 to perform QuickCheck of files.
  • Slowdown more gracefully when the cache fills up.
  • HTTPS files are included in the Backup.
  • Improved Watched Folder scanning and processing.
  • Dropped support for Python 3.7.

Bugfixes since 3.7.2

  • Restore applying History Retention setting at startup.
  • Windows: Not all invalid characters were removed from filenames.

Upgrade notices

  • The download statistics file totals10.sab is updated in 3.2.x
    version. If you downgrade to 3.1.x or lower, detailed download
    statistics will be lost.

Known problems and solutions

  • Read the file "ISSUES.txt"

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-2023 by "The SABnzbd-team" <team@sabnzbd.org>

nightly-a1d51502-ls151

24 Feb 08:16
Compare
Choose a tag to compare
Pre-release

LinuxServer Changes:

Rebase nightly branch to Alpine Edge for Python 3.11.

sabnzbd Changes:

Make renovate config less strict on when it runs on Monday

nightly-883d1dfa-ls151

22 Feb 23:02
Compare
Choose a tag to compare
Pre-release

LinuxServer Changes:

Rebase nightly branch to Alpine Edge for Python 3.11.

sabnzbd Changes:

Update translatable texts
[skip ci]

nightly-0734547a-ls151

22 Feb 13:36
Compare
Choose a tag to compare
Pre-release

LinuxServer Changes:

Rebase nightly branch to Alpine Edge for Python 3.11.

sabnzbd Changes:

Make switchinterval configurable (#2473)