Compare commits

...

1 Commits

Author SHA1 Message Date
Safihre
6c1c025668 Update text files 4.2.0Alpha3 2023-11-22 16:54:50 +01:00
2 changed files with 8 additions and 3 deletions

View File

@@ -1,10 +1,14 @@
Release Notes - SABnzbd 4.2.0 Alpha 2
Release Notes - SABnzbd 4.2.0 Alpha 3
=========================================================
## Changes since 4.1.0
- Duplicate workflow was improved to also detect jobs still in
the queue. See description for `Detect duplicate downloads`:
https://sabnzbd.org/wiki/configuration/4.2/switches
- Numerous smaller performance improvements were made.
- Reduced recursive unpacking to 2 levels, instead of 5.
- IPv6 addresses are preferred during server address selection.
- Server IP-address selection was optimized.
- The `On queue finish script` is now set in Switches.
- Stricter check if `Complete Folder` is inside `Download Folder`.
- Windows: Reduced size of installer.
- Windows/macOS: Updated to Python 3.12.
@@ -12,6 +16,7 @@ Release Notes - SABnzbd 4.2.0 Alpha 2
## Bugfixes since 4.1.0
- Multi-select in the queue was broken for some users.
- Prevent crash during saving of configuration.
- If `weblogging` was enabled, output was also written to regular log.
- Removing a failed download from the history could break active downloads.
## Upgrade notices

View File

@@ -6,5 +6,5 @@
# You MUST use double quotes (so " and not ')
# Do not forget to update the appdata file for every major release!
__version__ = "4.2.0Alpha2"
__version__ = "4.2.0Alpha3"
__baseline__ = "unknown"