Revisions of SABnzbd

Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 72)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 71)
- Update to 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.
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 70)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 69)
- Update to 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.
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 68)
- Update to 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.
- Update to 3.7.0
  * 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.
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 67)
- Update to 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.
- Updateto 3.6.0
  * 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.
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 66)
- Update to 3.5.0
  * Changes since 3.4.2
    - Removed Python 3.6 support.
    - SOCKS5 proxy support for all outgoing connections.
    - Restored support for UUencoded jobs.
    - Required server option: in case of connection failures, the queue
      will be paused for a few minutes instead of skipping the server.
    - Added Special option to preserve paused state after a restart.
    - Show an estimated time-left indicator for repair and unpacking.
    - Require TLS version 1.2 or higher for SSL news server connections.
    - Setting custom ciphers forces the maximum TLS version to 1.2.
    - Reduced memory usage during and after parsing .nzb files.
    - Handle multiple passwords stored in NZB-file.
    - macOS/Linux: Permissions are only applied if any are set.
    - macOS/Windows: updated to Python 3.10.2.
    - macOS: run native on M1 systems. However, included tools
      (par2, unrar and 7za) still require Rosetta emulation.
    - Snap: updated to core20 base and restore 7zip support.
  * Bugfixes since 3.4.2
    - Global interface settings would not always be applied correctly.
    - Email notification setting was not shown correctly.
    - Improvements and fixes for Defobfuscate final filenames.
    - Post-Process Only Verified Jobs would not always work as intended.
    - Correctly detect too little disk space when unpacking 7zip's.
    - Improvements to handling of repair by MultiPar and par2cmdline.
    - HTML characters in configuration fields were shown incorrectly.
    - On Retry the number of downloaded bytes could exceed the total bytes.
    - unrar logging of Direct Unpack was not logged if it was aborted.
    - Windows: portable.cmd was not included in the release.
    - Windows: print low-level Windows error on IOError.
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 65)
- Update to 3.3.1
  * Changes and bugfixes since 3.3.0
    - Include wiki URL in External internet access denied message.
      https://sabnzbd.org/access-denied
    - Open the desired tab directly by URL in Glitter tabbed-mode.
    - Some filenames could be missed when parsing the NZB file.
    - API-call history would not filter active post-processing by nzo_ids.
    - Passwords for encrypted jobs were tried in a random order.
    - Clean invalid data from download statistics.
  * Changes since 3.2.1
    - The External internet access will automatically detect local network
      and no longer requires local network ranges to be defined. Custom ranges
      can still be defined through local_ranges in Special settings.
    - Allow setting inet_exposure from the command line.
    - Support prefix and netmask for Special setting local_ranges.
    - The Unwanted extensions detection can be set to Whitelist-mode.
      This will block or pause all jobs with non-matching extensions.
    - Servers article statistics are shown in K, G, M-notation.
    - Resolution added as a pattern key (%r) for Sorting.
    - Optimized performance of par2 file parsing.
    - CPU usage optimizations in the download process.
    - Revised handling of categories, scripts, and priorities when adding NZB's.
    - Download statistics are also shown when no History is shown.
    - Confirm rename if Direct Unpack is active for the job.
    - Obfuscated-RAR detection will always be performed.
    - All requests will be logged, not just API calls.
    - Stability improvement to encrypted RAR-detection.
    - Allow missing extensions in Unwanted extensions detection.
    - Removed Special setting max_art_opt.
    - Add notification that Plush will be removed in 3.4.0.
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 64)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 63)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 62)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 61)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 60)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 59)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 58)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 57)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 56)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 55)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 54)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 53)
- Drop sysvinit support.
Displaying revisions 1 - 20 of 72
openSUSE Build Service is sponsored by