Skip to content

Releases: linuxserver/docker-sabnzbd

nightly-8620412b-ls24

24 Aug 15:03
Compare
Choose a tag to compare
nightly-8620412b-ls24 Pre-release
Pre-release

LinuxServer Changes:

Bump unrar to 6.1.7.

sabnzbd Changes:

Configure Renovate (#2277)

  • Add renovate.json

  • Create renovate.json

  • Delete renovate.json

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Safihre [email protected]

nightly-4f8e5053-ls26

25 Aug 07:57
Compare
Choose a tag to compare
nightly-4f8e5053-ls26 Pre-release
Pre-release

LinuxServer Changes:

Bump unrar to 6.1.7.

sabnzbd Changes:

Update renovate.json (#2280)

nightly-4dc5ceb9-ls27

25 Aug 11:59
Compare
Choose a tag to compare
nightly-4dc5ceb9-ls27 Pre-release
Pre-release

LinuxServer Changes:

Bump unrar to 6.1.7.

sabnzbd Changes:

Delete .pyup.yml

nightly-4aaabae1-ls29

26 Aug 09:57
Compare
Choose a tag to compare
nightly-4aaabae1-ls29 Pre-release
Pre-release

LinuxServer Changes:

Bump unrar to 6.1.7.

sabnzbd Changes:

Pin jaraco.text to lower version due to irrelevant extra dependencies

nightly-3d97ce99-ls25

24 Aug 17:09
Compare
Choose a tag to compare
nightly-3d97ce99-ls25 Pre-release
Pre-release

LinuxServer Changes:

Bump unrar to 6.1.7.

sabnzbd Changes:

Update all dependencies

3.6.1-ls75

18 Aug 10:04
Compare
Choose a tag to compare

LinuxServer Changes:

Bump unrar to 6.1.7.

sabnzbd Changes:

Release Notes - SABnzbd 3.6.1

Bugfixes since 3.6.0

  • Downloads in Checking status were not displayed correctly.
  • Prevent showing crash on Status window during shutdown.
  • Prevent scheduler crash if removed event is canceled.
  • Updated UnRar to 6.11 (Windows) and 6.12 (macOS).
  • macOS/Windows: Updated dependencies and Python versions.

Changes since 3.5.3

  • Significantly increased performance by using the yEnc-decoding
    library of @animetosho. Usenet articles are now decoded using
    specialized CPU instructions (SIMD) on x86 and ARM systems.
  • Create and restore a backup of configuration and database.
  • Show source of lower download speed (CPU or disk).
  • Added keyboard shortcuts (Pause, Add, Status, Config).
  • Result of the Deobfuscate step is listed in History details.
  • Path of Default category will be used if category doesn't have one.
  • Disabling api_warnings prevents showing Access Denied
    information to the external client.
  • Jobs with Force priority will always skip the duplicate check.
  • Added ext_rename_ignore to add custom extensions that should
    be ignored during the Deobfuscate step.
  • Removed Indexer Feedback Integration.
  • Removed included Deobfuscate.py as it is outdated.
  • Show a warning when there are no valid news servers active.
  • Show a warning if the filesystem does not support special characters.
  • Allow multiple parameters to be passed to par2cmdline/Multipar.
  • Linux: Added AppStream metadata, desktop shortcut and MimeInfo.
  • Linux: Added support for bash completion.
  • macOS: Application and included tools fully native on M1 systems.
  • macOS/Windows: Updated UnRar to 6.10 and 7-Zip to 21.07.
  • Windows: Updated MultiPar to v1.3.2.3.

API changes since 3.5.3

  • Removed several (status) fields from the queue API call.
  • Remove unused and undocumented API calls: addid, options, rescan,
    osx_icon, set_speedlimit, get_speedlimit, set_colorscheme.
  • Removed undocumented xcat parameter.
  • None values in XML API-output are left empty.
  • Adding NZB's would not always return nzo_ids.
  • Prevent crash in history call during post-processing.

Bugfixes since 3.5.3

  • Extended timeout when measuring system performance.
  • Interface settings were sometimes reset on page reload.
  • Par2 sets with duplicate names could skip verification and repair.
  • Ignore .par2 files that could not be parsed.
  • Correctly default to Glitter - Auto on new installs.
  • Download speed was not updated when stalled due to disk performance.
  • Prevent traceback when status functions timeout.
  • Prevent crash if not enough repair blocks are available.
  • Prevent crash when there is an unknown language setting.
  • Source release had Windows line-endings.
  • Windows: If a job password contained a double quote it
    would not be picked up by UnRar and unpack would fail.

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-2022 by "The SABnzbd-team" <[email protected]>

unstable-3.6.1-ls127

18 Aug 10:02
Compare
Choose a tag to compare
unstable-3.6.1-ls127 Pre-release
Pre-release

LinuxServer Changes:

Bump unrar to 6.1.7.

sabnzbd Changes:

Release Notes - SABnzbd 3.6.1

Bugfixes since 3.6.0

  • Downloads in Checking status were not displayed correctly.
  • Prevent showing crash on Status window during shutdown.
  • Prevent scheduler crash if removed event is canceled.
  • Updated UnRar to 6.11 (Windows) and 6.12 (macOS).
  • macOS/Windows: Updated dependencies and Python versions.

Changes since 3.5.3

  • Significantly increased performance by using the yEnc-decoding
    library of @animetosho. Usenet articles are now decoded using
    specialized CPU instructions (SIMD) on x86 and ARM systems.
  • Create and restore a backup of configuration and database.
  • Show source of lower download speed (CPU or disk).
  • Added keyboard shortcuts (Pause, Add, Status, Config).
  • Result of the Deobfuscate step is listed in History details.
  • Path of Default category will be used if category doesn't have one.
  • Disabling api_warnings prevents showing Access Denied
    information to the external client.
  • Jobs with Force priority will always skip the duplicate check.
  • Added ext_rename_ignore to add custom extensions that should
    be ignored during the Deobfuscate step.
  • Removed Indexer Feedback Integration.
  • Removed included Deobfuscate.py as it is outdated.
  • Show a warning when there are no valid news servers active.
  • Show a warning if the filesystem does not support special characters.
  • Allow multiple parameters to be passed to par2cmdline/Multipar.
  • Linux: Added AppStream metadata, desktop shortcut and MimeInfo.
  • Linux: Added support for bash completion.
  • macOS: Application and included tools fully native on M1 systems.
  • macOS/Windows: Updated UnRar to 6.10 and 7-Zip to 21.07.
  • Windows: Updated MultiPar to v1.3.2.3.

API changes since 3.5.3

  • Removed several (status) fields from the queue API call.
  • Remove unused and undocumented API calls: addid, options, rescan,
    osx_icon, set_speedlimit, get_speedlimit, set_colorscheme.
  • Removed undocumented xcat parameter.
  • None values in XML API-output are left empty.
  • Adding NZB's would not always return nzo_ids.
  • Prevent crash in history call during post-processing.

Bugfixes since 3.5.3

  • Extended timeout when measuring system performance.
  • Interface settings were sometimes reset on page reload.
  • Par2 sets with duplicate names could skip verification and repair.
  • Ignore .par2 files that could not be parsed.
  • Correctly default to Glitter - Auto on new installs.
  • Download speed was not updated when stalled due to disk performance.
  • Prevent traceback when status functions timeout.
  • Prevent crash if not enough repair blocks are available.
  • Prevent crash when there is an unknown language setting.
  • Source release had Windows line-endings.
  • Windows: If a job password contained a double quote it
    would not be picked up by UnRar and unpack would fail.

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-2022 by "The SABnzbd-team" <[email protected]>

nightly-ff2ab2da-ls16

16 Aug 19:07
Compare
Choose a tag to compare
nightly-ff2ab2da-ls16 Pre-release
Pre-release

LinuxServer Changes:

Bump unrar to 6.1.7.

sabnzbd Changes:

Pyup/scheduled update 2022 08 15 (#2270)

  • Update setuptools from 63.4.2 to 65.0.0

  • Update orjson from 3.7.11 to 3.7.12

  • Update jaraco.text from 3.8.1 to 3.9.0

  • Update more-itertools from 8.13.0 to 8.14.0

  • Update pytz from 2022.1 to 2022.2.1

Co-authored-by: pyup-bot [email protected]

nightly-fb04b58b-ls19

19 Aug 20:56
Compare
Choose a tag to compare
nightly-fb04b58b-ls19 Pre-release
Pre-release

LinuxServer Changes:

Bump unrar to 6.1.7.

sabnzbd Changes:

selenium syntax update (#2271)

  • handle sab path with spaces

  • fix py3.10 win "Unable to remove cache dir"

  • remove unused imports

  • update selenium find_element(s) syntax

  • Fix selenium_wrapper usage

Co-authored-by: Safihre [email protected]

nightly-bce92071-ls22

22 Aug 09:04
Compare
Choose a tag to compare
nightly-bce92071-ls22 Pre-release
Pre-release

LinuxServer Changes:

Bump unrar to 6.1.7.

sabnzbd Changes:

Update backup tests