Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(container)!: Update image ghcr.io/onedr0p/sabnzbd to v4 #799

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chii-bot[bot]
Copy link
Contributor

@chii-bot chii-bot bot commented Apr 28, 2023

This PR contains the following updates:

Package Update Change
ghcr.io/onedr0p/sabnzbd major 3.6.1 -> 4.3.3

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

sabnzbd/sabnzbd

v4.3.3

Compare Source

Release Notes - SABnzbd 4.3.3

This is the third bug fix release of SABnzbd 4.3.0.

Bug fixes and changes since 4.3.2

  • Reduced chance of jobs getting stuck at 99%.
  • Prevent crash in case of invalid articles.
  • Correct handling of empty or Default category when adding a job.
  • History API-output could contain inconsistent variable types.
  • Skip external IPv6 check if only link local addresses are available.
  • Shortened timeouts when resolving addresses during checks.
  • Windows: Could not repair or extract on ARM platforms.
  • Windows: Add file version information to installer.

Bug fixes and changes since 4.3.1

  • Added Special option disable_archive for jobs to always be permanently deleted.
  • Specific AppRise notifications could fail to send.
  • Update of the article decoder core (rapidyenc).
  • Windows: After some time the interface would no longer load.
  • Windows: Custom shortcuts would be removed by the installer.
  • Windows/macOS: Updated Unrar to 7.01 and 7zip to 24.05.

Key changes since 4.2.0

  • Archive:

    • When jobs are removed from the History, they are moved to the Archive.
    • Keep your History clean and still be able to reliably use Duplicate Detection.
  • Apprise Integrated:

  • Added IPv6-staging option:

    • Enable ipv6_staging in Config - Specials to get additional IPv6 features:
      • Add IPv6 hostnames during address selection.
      • Internet Bandwidth is measured separately for IPv4 and IPv6.
  • Other:

    • The text output format is removed from the API, json is the default.
    • Handling of multiple inputs to several API methods was improved.
    • File browser dialog is available to select file paths in the Config.
    • Users will be warned if they configure an Indexer as a Server.
    • Added SAB_API_KEY and SAB_API_URL to script environment variables.
    • Windows/macOS: Updated Python to 3.12.3, Multipar to v1.3.3.2,
      Unrar to 7.00 and 7zip to 24.03.

Bug fixes since 4.2.0

  • Incorrect warnings of unknown status codes could be thrown.
  • Watched Folder would not work if Socks5 proxy was active.
  • Prevent crash on invalid Server Expiration Date.
  • Windows: Installer could create duplicate shortcuts.

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 a Queue repair due to changes in the internal data format.

Known problems and solutions

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-2024 by The SABnzbd-Team (sabnzbd.org)

v4.3.2

Compare Source

Release Notes - SABnzbd 4.3.2

This is the second bug fix release of SABnzbd 4.3.0.

Bug fixes and changes since 4.3.1

  • Added Special option disable_archive for jobs to always be permanently deleted.
  • Specific AppRise notifications could fail to send.
  • Update of the article decoder core (rapidyenc).
  • Windows: After some time the interface would no longer load.
  • Windows: Custom shortcuts would be removed by the installer.
  • Windows/macOS: Updated Unrar to 7.01 and 7zip to 24.05.

Key changes since 4.2.0

  • Archive:

    • When jobs are removed from the History, they are moved to the Archive.
    • Keep your History clean and still be able to reliably use Duplicate Detection.
  • Apprise Integrated:

  • Added IPv6-staging option:

    • Enable ipv6_staging in Config - Specials to get additional IPv6 features:
      • Add IPv6 hostnames during address selection.
      • Internet Bandwidth is measured separately for IPv4 and IPv6.
  • Other:

    • The text output format is removed from the API, json is the default.
    • Handling of multiple inputs to several API methods was improved.
    • File browser dialog is available to select file paths in the Config.
    • Users will be warned if they configure an Indexer as a Server.
    • Added SAB_API_KEY and SAB_API_URL to script environment variables.
    • Windows/macOS: Updated Python to 3.12.3, Multipar to v1.3.3.2,
      Unrar to 7.00 and 7zip to 24.03.

Bug fixes since 4.2.0

  • Incorrect warnings of unknown status codes could be thrown.
  • Watched Folder would not work if Socks5 proxy was active.
  • Prevent crash on invalid Server Expiration Date.
  • Windows: Installer could create duplicate shortcuts.

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 a Queue repair due to changes in the internal data format.

Known problems and solutions

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-2024 by The SABnzbd-Team (sabnzbd.org)

v4.3.1

Compare Source

Release Notes - SABnzbd 4.3.1

This is the first bug fix release of SABnzbd 4.3.0.

Key changes since 4.2.0

  • Archive:

    • When jobs are removed from the History, they are moved to the Archive.
    • Keep your History clean and still be able to reliably use Duplicate Detection.
  • Apprise Integrated:

  • Added IPv6-staging option:

    • Enable ipv6_staging in Config - Specials to get additional IPv6 features:
      • Add IPv6 hostnames during address selection.
      • Internet Bandwidth is measured separately for IPv4 and IPv6.
  • Other:

    • The text output format is removed from the API, json is the default.
    • Handling of multiple inputs to several API methods was improved.
    • File browser dialog is available to select file paths in the Config.
    • Users will be warned if they configure an Indexer as a Server.
    • Added SAB_API_KEY and SAB_API_URL to script environment variables.
    • Windows/macOS: Updated Python to 3.12.3, Multipar to v1.3.3.2,
      Unrar to 7.00 and 7zip to 24.03.

Bug fixes since 4.2.0

  • Incorrect warnings of unknown status codes could be thrown.
  • Watched Folder would not work if Socks5 proxy was active.
  • Prevent crash on invalid Server Expiration Date.
  • Windows: Installer could create duplicate shortcuts.

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 a Queue repair due to changes in the internal data format.

Known problems and solutions

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-2024 by The SABnzbd-Team (sabnzbd.org)

v4.3.0

Compare Source

Release Notes - SABnzbd 4.3.0

Key changes since 4.2.0

  • Archive:

    • When jobs are removed from the History, they are moved to the Archive.
    • Keep your History clean and still be able to reliably use Duplicate Detection.
  • Apprise Integrated:

  • Added IPv6-staging option:

    • Enable ipv6_staging in Config - Specials to get additional IPv6 features:
      • Add IPv6 hostnames during address selection.
      • Internet Bandwidth is measured separately for IPv4 and IPv6.
  • Other:

    • The text output format is removed from the API, json is the default.
    • Handling of multiple inputs to several API methods was improved.
    • File browser dialog is available to select file paths in the Config.
    • Users will be warned if they configure an Indexer as a Server.
    • Added SAB_API_KEY and SAB_API_URL to script environment variables.
    • Windows/macOS: Updated Python to 3.12.3, Multipar to v1.3.3.2,
      Unrar to 7.00 and 7zip to 24.03.

Bug fixes since 4.2.0

  • Incorrect warnings of unknown status codes could be thrown.
  • Watched Folder would not work if Socks5 proxy was active.
  • Prevent crash on invalid Server Expiration Date.
  • Windows: Installer could create duplicate shortcuts.

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 a Queue repair due to changes in the internal data format.

Known problems and solutions

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-2024 by The SABnzbd-Team (sabnzbd.org)

v4.2.3

Compare Source

Release Notes - SABnzbd 4.2.3

This is the third bug-fix release of SABnzbd 4.2.0.

Bug-fixes and changes since 4.2.2:

  • Bug-fixes:

    • Handle new status code for missing articles, which would result in timeouts.
      This specifically affects Giganews and its resellers.
    • Retry of failed job would not use the password provided.
    • Optimize database handling in order to prevent locking errors.
    • macOS: System standby after finishing the queue would not always work.
  • Changes:

    • Remove Send Group option for Servers.

Bug-fixes and changes since 4.2.1:

  • Bug-fixes:

    • RSS readout could result in a crash if Duplicate Detection was enabled.
    • Passwords were not always correctly parsed.
    • Warnings could show even if helpful_warnings was disabled.
    • Duplicate Detection would trigger again on URLs if they were resumed.
    • Windows: Fatal crash could occur if ran as Service or on older Windows versions.
  • Changes:

    • Parsing of filenames from the NZB was extended to allow more exotic formatting.
    • Windows: Installer will automatically shutdown SABnzbd if it is running.

Bug-fixes and changes since 4.2.0:

  • Bug-fixes:

    • New downloads did not appear in the History after the update to 4.2.0.
  • Changes:

    • The external IPv6-address is shown, instead of the internal address.
    • Windows: Network drives as Download Folder are no longer blocked, only warned against.

Key changes since 4.1.0

  • Duplicate detection workflow overhaul:

    • Series Duplicate Detection was replaced by Smart Duplicate Detection
      that can also detect Movie and Daily Show duplicates.
    • Additionally, duplicates will also be detected if they are still in the queue.
    • More information: https://sabnzbd.org/wiki/duplicate-detection
  • Interface changes:

    • Added ability to filter the Queue and History by status.
    • RSS-feed that provided the download is shown in History details.
    • macOS/Windows 10 & 11: Added Open Folder button to Job/Queue finished notifications.
      Clicking any type of notification will now open a browser with SABnzbd.
  • Performance and usability improvements:

    • Numerous smaller performance improvements were made.
    • Server IP-address selection was optimized.
    • The Internet Bandwidth test was made more reliable.
    • macOS/Windows: Updated to Python 3.12 and par2cmdline-turbo v1.1.1.
  • Configuration changes:

    • The On queue finish script is now set in Switches.
    • Reduced recursive unpacking to 2 levels, instead of 5.
    • Duplicate detection related Pre-queue script input parameters were removed.
      You will need to update your Pre-queue script.
      More information: https://sabnzbd.org/wiki/configuration/4.2/scripts/pre-queue-scripts
    • Stricter check if Complete Folder is inside Download Folder.
    • Windows: Prevent use of network drive as Download Folder.

Bug fixes since 4.1.0

  • Fixed an issue where the multi-select option in the queue was not working for some users.
  • Prevented a crash that would occur during the saving of configuration settings.
  • Jobs with larger articles could stall the queue for several minutes.
  • Ensured that server warnings are always displayed to users.
  • If weblogging was enabled, output was also written to regular log.
  • Fixed an issue where removing a failed download from the History could break active downloads.

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 a Queue repair due to changes in the internal data format.

Known problems and solutions

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-2024 by The SABnzbd-Team (sabnzbd.org)

v4.2.2

Compare Source

Release Notes - SABnzbd 4.2.2

This is the second bug-fix release of SABnzbd 4.2.0.

Bug-fixes and changes since 4.2.1:

  • Bug-fixes:

    • RSS readout could result in a crash if Duplicate Detection was enabled.
    • Passwords were not always correctly parsed.
    • Warnings could show even if helpful_warnings was disabled.
    • Duplicate Detection would trigger again on URLs if they were resumed.
    • Windows: Fatal crash could occur if ran as Service or on older Windows versions.
  • Changes:

    • Parsing of filenames from the NZB was extended to allow more exotic formatting.
    • Windows: Installer will automatically shutdown SABnzbd if it is running.

Bug-fixes and changes since 4.2.0:

  • Bug-fixes:

    • New downloads did not appear in the History after the update to 4.2.0.
  • Changes:

    • The external IPv6-address is shown, instead of the internal address.
    • Windows: Network drives as Download Folder are no longer blocked, only warned against.

Key changes since 4.1.0

  • Duplicate detection workflow overhaul:

    • Series Duplicate Detection was replaced by Smart Duplicate Detection
      that can also detect Movie and Daily Show duplicates.
    • Additionally, duplicates will also be detected if they are still in the queue.
    • More information: https://sabnzbd.org/wiki/duplicate-detection
  • Interface changes:

    • Added ability to filter the Queue and History by status.
    • RSS-feed that provided the download is shown in History details.
    • macOS/Windows 10 & 11: Added Open Folder button to Job/Queue finished notifications.
      Clicking any type of notification will now open a browser with SABnzbd.
  • Performance and usability improvements:

    • Numerous smaller performance improvements were made.
    • Server IP-address selection was optimized.
    • The Internet Bandwidth test was made more reliable.
    • macOS/Windows: Updated to Python 3.12 and par2cmdline-turbo v1.1.1.
  • Configuration changes:

    • The On queue finish script is now set in Switches.
    • Reduced recursive unpacking to 2 levels, instead of 5.
    • Duplicate detection related Pre-queue script input parameters were removed.
      You will need to update your Pre-queue script.
      More information: https://sabnzbd.org/wiki/configuration/4.2/scripts/pre-queue-scripts
    • Stricter check if Complete Folder is inside Download Folder.
    • Windows: Prevent use of network drive as Download Folder.

Bug fixes since 4.1.0

  • Fixed an issue where the multi-select option in the queue was not working for some users.
  • Prevented a crash that would occur during the saving of configuration settings.
  • Jobs with larger articles could stall the queue for several minutes.
  • Ensured that server warnings are always displayed to users.
  • If weblogging was enabled, output was also written to regular log.
  • Fixed an issue where removing a failed download from the History could break active downloads.

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 a Queue repair due to changes in the internal data format.

Known problems and solutions

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-2024 by The SABnzbd-Team (sabnzbd.org)

v4.2.1

Compare Source

Release Notes - SABnzbd 4.2.1

This is a bug-fix release of SABnzbd 4.2.0.

Bug-fixes and changes since 4.2.0:

  • Bug-fixes:

    • New downloads did not appear in the History after the update to 4.2.0.
  • Changes:

    • The external IPv6-address is shown, instead of the internal address.
    • Windows: Network drives as Download Folder are no longer blocked, only warned against.

Key changes since 4.1.0

  • Duplicate detection workflow overhaul:

    • Series Duplicate Detection was replaced by Smart Duplicate Detection
      that can also detect Movie and Daily Show duplicates.
    • Additionally, duplicates will also be detected if they are still in the queue.
    • More information: https://sabnzbd.org/wiki/duplicate-detection
  • Interface changes:

    • Added ability to filter the Queue and History by status.
    • RSS-feed that provided the download is shown in History details.
    • macOS/Windows 10 & 11: Added Open Folder button to Job/Queue finished notifications.
      Clicking any type of notification will now open a browser with SABnzbd.
  • Performance and usability improvements:

    • Numerous smaller performance improvements were made.
    • Server IP-address selection was optimized.
    • The Internet Bandwidth test was made more reliable.
    • macOS/Windows: Updated to Python 3.12 and par2cmdline-turbo v1.1.1.
  • Configuration changes:

    • The On queue finish script is now set in Switches.
    • Reduced recursive unpacking to 2 levels, instead of 5.
    • Duplicate detection related Pre-queue script input parameters were removed.
      You will need to update your Pre-queue script.
      More information: https://sabnzbd.org/wiki/configuration/4.2/scripts/pre-queue-scripts
    • Stricter check if Complete Folder is inside Download Folder.
    • Windows: Prevent use of network drive as Download Folder.

Bug fixes since 4.1.0

  • Fixed an issue where the multi-select option in the queue was not working for some users.
  • Prevented a crash that would occur during the saving of configuration settings.
  • Jobs with larger articles could stall the queue for several minutes.
  • Ensured that server warnings are always displayed to users.
  • If weblogging was enabled, output was also written to regular log.
  • Fixed an issue where removing a failed download from the History could break active downloads.

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 a Queue repair due to changes in the internal data format.

Known problems and solutions

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-2024 by The SABnzbd-Team (sabnzbd.org)

v4.2.0

Compare Source

Release Notes - SABnzbd 4.2.0

This is the latest stable SABnzbd release, version 4.2.0, which includes several new features and bug fixes.

Key changes since 4.1.0

  • Duplicate detection workflow overhaul:

    • Series Duplicate Detection was replaced by Smart Duplicate Detection
      that can also detect Movie and Daily Show duplicates.
    • Additionally, duplicates will also be detected if they are still in the queue.
    • More information: https://sabnzbd.org/wiki/duplicate-detection
  • Interface changes:

    • Added ability to filter the Queue and History by status.
    • RSS-feed that provided the download is shown in History details.
    • macOS/Windows 10 & 11: Added Open Folder button to Job/Queue finished notifications.
      Clicking any type of notification will now open a browser with SABnzbd.
  • Performance and usability improvements:

    • Numerous smaller performance improvements were made.
    • Server IP-address selection was optimized.
    • The Internet Bandwidth test was made more reliable.
    • macOS/Windows: Updated to Python 3.12 and par2cmdline-turbo v1.1.1.
  • Configuration changes:

    • The On queue finish script is now set in Switches.
    • Reduced recursive unpacking to 2 levels, instead of 5.
    • Duplicate detection related Pre-queue script input parameters were removed.
      You will need to update your Pre-queue script.
      More information: https://sabnzbd.org/wiki/configuration/4.2/scripts/pre-queue-scripts
    • Stricter check if Complete Folder is inside Download Folder.
    • Windows: Prevent use of network drive as Download Folder.

Bug fixes since 4.1.0

  • Fixed an issue where the multi-select option in the queue was not working for some users.
  • Prevented a crash that would occur during the saving of configuration settings.
  • Jobs with larger articles could stall the queue for several minutes.
  • Ensured that server warnings are always displayed to users.
  • If weblogging was enabled, output was also written to regular log.
  • Fixed an issue where removing a failed download from the History could break active downloads.

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 a Queue repair due to changes in the internal data format.

Known problems and solutions

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-2024 by The SABnzbd-Team (sabnzbd.org)

v4.1.0

Compare Source

Release Notes - SABnzbd 4.1.0

Changes since 4.0.3

  • Added a dark mode for the Config, Login, and Wizard pages.
  • Added multi-select to the History.
  • Show the number of items in post-processing when in Tabbed mode.
  • Added option verify_xff_header to include X-Forwarded-For when
    validating if connections should be accepted when using a proxy.
  • Added option to purge log files from the Folders Config page.
  • Moved Server IP address selection and On failure, try alternative NZB to Special settings.
  • Special setting ipv6_servers changed to on/off.
  • Only use 7zip to unpack .zip files.
  • Windows: Added option enable_multipar to use par2cmdline-turbo
    instead of Multipar for verification and repair. It is faster,
    but on Windows it can fail on special (UTF8) filenames.
  • macOS: Switched to par2cmdline-turbo for verification and repair.
  • Linux: Detect more recent versions of 7zip.
  • Windows: Use All Users locations during installation of shortcuts.
  • Windows/macOS: Updated Python to 3.11.5, 7Zip to 23.01 and
    UnRar to 6.23. All these updates include security fixes.

Bugfixes since 4.0.3

  • Series duplicate detection did not detect duplicates.
  • Sorting would append .1 to some filenames.
  • If a paused queue contained items with Force priority,
    items with a lower priority would also be downloaded.
  • Not all API-keys were removed during log-sanitization.
  • In certain situations, not all data would be written to disk.
  • Folder names could be sanitized too eagerly.
  • Some articles would fail to decode.
  • QuickCheck could wrongly rename files with identical content.
  • Warning about Scripts Folder location was triggered incorrectly.

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 (sabnzbd.org)

v4.0.3

Compare Source

Release Notes - SABnzbd 4.0.3

Bugfixes and changes since 4.0.2

  • Direct Unpack could get stuck.
  • Sorters could not be modified.
  • Season Sorting did not respect desired capitalization.
  • Crashes could occur in the Downloader on timeouts.
  • Prevent extra job directory in case of folder-only Sorting.
  • UUencoded articles could fail to decode.
  • Windows: Windows Service would fail to start on legacy release.
  • macOS: Failed to launch on macOS Sonoma Beta.

Breaking change in 4.0.1

  • The Parameters setting of a Notification Script is now passed as
    environment variable SAB_NOTIFICATION_PARAMETERS instead of as a
    command-line parameter. This prevents the possibility of remote code
    execution on systems exposed to the internet without a username/password.
    If you use nzb-notify you need to update it to the latest version.

Bugfixes and changes since 4.0.1

  • Disabling a server during download did not stop it from downloading.
  • Show last line of post-processing script output even if it failed.
  • Prevent crash during Deobfuscate on non-unique paths.
  • Files that could not be parsed were removed from the Watched Folder.
  • Warn if the file system does not support unicode or long filenames.
  • Warn if Scripts Folder is inside the application directory.
  • Prevent output buffering of Python post-processing scripts.
  • The PKG-INFO file was removed from the src release.
  • Correctly decode partially malformed UUencoded posts.
  • macOS: Tray icon could not be disabled.

Changes since 3.7.2

  • In this major update we optimized a core part of the SSL handling.
    This results in large performance increase when downloading from news
    servers with SSL enabled. In addition, the general connection handling
    was improved, resulting in performance improvements for all news servers.
    Special thanks to: mnightingale, puzzledsab and animetosho!
  • There are multiple settings that can tweak performance, see:
    https://github.com/sabnzbd/sabnzbd/discussions/24742474
  • 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.
  • Slow down more gracefully when the cache fills up.
  • Replaced separate Series/Movie/Date Sorting with general Sorter.
  • HTTPS files are included in the Backup.
  • Improved Watched Folder scanning and processing.
  • Ignore resource fork files created by macOS.
  • Deobfuscate final filenames is enabled for new installations.
  • 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.
  • Windows: Firewall rules were not removed by uninstaller.

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>

v4.0.2

Compare Source

Release Notes - SABnzbd 4.0.2

Breaking change

  • The Parameters setting of a Notification Script is now passed as
    environment variable SAB_NOTIFICATION_PARAMETERS instead of as a
    command-line parameter. This prevents the possibility of remote code
    execution on systems exposed to the internet without a username/password.
    If you use nzb-notify you need to update it to the latest version.

Bugfixes and changes since 4.0.1

  • Disabling a server during download did not stop it from downloading.
  • Show last line of post-processing script output even if it failed.
  • Prevent crash during Deobfuscate on non-unique paths.
  • Files that could not be parsed were removed from the Watched Folder.
  • Warn if the file system does not support unicode or long filenames.
  • Warn if Scripts Folder is inside the application directory.
  • Prevent output buffering of Python post-processing scripts.
  • The PKG-INFO file was removed from the src release.
  • Correctly decode partially malformed UUencoded posts.
  • macOS: Tray icon could not be disabled.

Changes since 3.7.2

  • In this major update we optimized a core part of the SSL handling.
    This results in large performance increase when downloading from news
    servers with SSL enabled. In addition, the general connection handling
    was improved, resulting in performance improvements for all news servers.
    Special thanks to: mnightingale, puzzledsab and animetosho!
  • There are multiple settings that can tweak performance, see:
    https://github.com/sabnzbd/sabnzbd/discussions/24742474
  • 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.
  • Slow down more gracefully when the cache fills up.
  • Replaced separate Series/Movie/Date Sorting with general Sorter.
  • HTTPS files are included in the Backup.
  • Improved Watched Folder scanning and processing.
  • Ignore resource fork files created by macOS.
  • Deobfuscate final filenames is enabled for new installations.
  • 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.
  • Windows: Firewall rules were not removed by uninstaller.

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>

v4.0.1

Compare Source

Release Notes - SABnzbd 4.0.1

Bugfixes since 4.0.0

  • Windows: Prevent fatal crash on 32bit Windows.

Changes since 3.7.2

  • In this major update we optimized a core part of the SSL handling.
    This results in large performance increases when downloading from news
    servers with SSL enabled. In addition, the general connection handling
    was improved, resulting in performance improvements for all news servers.
    Special thanks to: mnightingale, puzzledsab and animetosho!
  • There are multiple settings that can tweak performance, see:
    https://github.com/sabnzbd/sabnzbd/discussions/24742474
  • 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.
  • Replaced separate Series/Movie/Date Sorting with general Sorter.
  • HTTPS files are included in the Backup.
  • Improved Watched Folder scanning and processing.
  • Ignore resource fork files created by macOS.
  • Deobfuscate final filenames is enabled for new installations.
  • 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.
  • Windows: Firewall rules were not removed by uninstaller.

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>

v4.0.0

Compare Source

Release Notes - SABnzbd 4.0.0

Changes since 3.7.2

  • In this major update we optimized a core part of the SSL handling.
    This results in large performance increases when downloading from news
    servers with SSL enabled. In addition, the general connection handling
    was improved, resulting in performance improvements for all news servers.
    Special thanks to: mnightingale, puzzledsab and animetosho!
  • There are multiple settings that can tweak performance, see:
    https://github.com/sabnzbd/sabnzbd/discussions/24742474
  • 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.
  • Replaced separate Series/Movie/Date Sorting with general Sorter.
  • HTTPS files are included in the Backup.
  • Improved Watched Folder scanning and processing.
  • Ignore resource fork files created by macOS.
  • Deobfuscate final filenames is enabled for new installations.
  • 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.
  • Windows: Firewall rules were not removed by uninstaller.

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>

v3.7.2

Compare Source

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>

v3.7.1

Compare Source

Release Notes - SABnzbd 3.7.1

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

v3.7.0

Compare Source

Release Notes - SABnzbd 3.7.0

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

@chii-bot chii-bot bot requested a review from toboshii as a code owner April 28, 2023 14:15
@chii-bot chii-bot bot added renovate/container type/major area/cluster Changes made in the cluster directory size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Apr 28, 2023
@chii-bot
Copy link
Contributor Author

chii-bot bot commented Apr 28, 2023

Path: cluster/apps/downloads/sabnzbd/helm-release.yaml

No changes in detected in resources

@chii-bot
Copy link
Contributor Author

chii-bot bot commented Apr 28, 2023

MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
❌ COPYPASTE jscpd yes 2 0.97s
✅ REPOSITORY git_diff yes no 0.02s
✅ REPOSITORY secretlint yes no 1.22s
✅ YAML prettier 1 0 0.52s
✅ YAML yamllint 1 0 0.14s

See errors details in artifact MegaLinter reports on CI Job page
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

@chii-bot chii-bot bot force-pushed the renovate/ghcr.io-onedr0p-sabnzbd-4.x branch from 7320b55 to c05b016 Compare May 1, 2023 21:13
@chii-bot chii-bot bot force-pushed the renovate/ghcr.io-onedr0p-sabnzbd-4.x branch from c05b016 to 065b1bd Compare May 10, 2023 07:15
@chii-bot chii-bot bot force-pushed the renovate/ghcr.io-onedr0p-sabnzbd-4.x branch 2 times, most recently from 0830e47 to eb19acf Compare May 26, 2023 01:11
@chii-bot chii-bot bot force-pushed the renovate/ghcr.io-onedr0p-sabnzbd-4.x branch from eb19acf to 8bc6715 Compare June 7, 2023 21:14
@chii-bot chii-bot bot force-pushed the renovate/ghcr.io-onedr0p-sabnzbd-4.x branch 2 times, most recently from 1499b49 to 625b772 Compare June 16, 2023 10:18
@chii-bot chii-bot bot force-pushed the renovate/ghcr.io-onedr0p-sabnzbd-4.x branch from 625b772 to 6d1dd76 Compare July 10, 2023 14:17
@chii-bot chii-bot bot force-pushed the renovate/ghcr.io-onedr0p-sabnzbd-4.x branch from 6d1dd76 to b366b29 Compare August 30, 2023 15:17
@chii-bot chii-bot bot force-pushed the renovate/ghcr.io-onedr0p-sabnzbd-4.x branch from b366b29 to 879db21 Compare September 26, 2023 14:16
@chii-bot chii-bot bot force-pushed the renovate/ghcr.io-onedr0p-sabnzbd-4.x branch 10 times, most recently from d53d05e to d3000c3 Compare October 13, 2023 13:22
@chii-bot chii-bot bot force-pushed the renovate/ghcr.io-onedr0p-sabnzbd-4.x branch from d3000c3 to bd7817d Compare November 26, 2023 13:17
@chii-bot chii-bot bot force-pushed the renovate/ghcr.io-onedr0p-sabnzbd-4.x branch 2 times, most recently from 731ede2 to 5a99761 Compare December 8, 2023 21:14
@chii-bot chii-bot bot force-pushed the renovate/ghcr.io-onedr0p-sabnzbd-4.x branch 2 times, most recently from 6cf14f5 to e8f84dd Compare January 5, 2024 10:18
@chii-bot chii-bot bot force-pushed the renovate/ghcr.io-onedr0p-sabnzbd-4.x branch 2 times, most recently from 5d2f337 to 4dc9b9a Compare February 5, 2024 02:31
@chii-bot chii-bot bot force-pushed the renovate/ghcr.io-onedr0p-sabnzbd-4.x branch 3 times, most recently from ef2a4e9 to d30955f Compare March 12, 2024 21:16
@chii-bot chii-bot bot force-pushed the renovate/ghcr.io-onedr0p-sabnzbd-4.x branch 3 times, most recently from f68cc07 to b7ac83b Compare April 14, 2024 22:10
@chii-bot chii-bot bot force-pushed the renovate/ghcr.io-onedr0p-sabnzbd-4.x branch 3 times, most recently from 1dac7a8 to eb2f9a3 Compare May 4, 2024 08:18
@chii-bot chii-bot bot force-pushed the renovate/ghcr.io-onedr0p-sabnzbd-4.x branch from eb2f9a3 to 9d4dbcb Compare May 14, 2024 18:21
@chii-bot chii-bot bot force-pushed the renovate/ghcr.io-onedr0p-sabnzbd-4.x branch from 9d4dbcb to f6b77f8 Compare May 29, 2024 15:19
@chii-bot chii-bot bot force-pushed the renovate/ghcr.io-onedr0p-sabnzbd-4.x branch from f6b77f8 to 9fa1555 Compare August 13, 2024 19:16
@chii-bot chii-bot bot force-pushed the renovate/ghcr.io-onedr0p-sabnzbd-4.x branch from 9fa1555 to 59f4de0 Compare August 21, 2024 13:23
@chii-bot chii-bot bot force-pushed the renovate/ghcr.io-onedr0p-sabnzbd-4.x branch 2 times, most recently from cae6ec0 to a81940d Compare August 31, 2024 13:20
@chii-bot chii-bot bot force-pushed the renovate/ghcr.io-onedr0p-sabnzbd-4.x branch 4 times, most recently from b4b788f to 842269e Compare October 6, 2024 22:18
| datasource | package                 | from  | to    |
| ---------- | ----------------------- | ----- | ----- |
| docker     | ghcr.io/onedr0p/sabnzbd | 3.6.1 | 4.3.3 |
@chii-bot chii-bot bot force-pushed the renovate/ghcr.io-onedr0p-sabnzbd-4.x branch from 842269e to 9b745c1 Compare October 20, 2024 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cluster Changes made in the cluster directory renovate/container size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. type/major
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants