Browse Source

Update text files for 3.0.0 Beta 3

tags/3.0.0Beta3
Safihre 5 years ago
parent
commit
22a75a886d
  1. 4
      PKG-INFO
  2. 19
      README.mkd

4
PKG-INFO

@ -1,7 +1,7 @@
Metadata-Version: 1.0 Metadata-Version: 1.0
Name: SABnzbd Name: SABnzbd
Version: 3.0.0Beta2 Version: 3.0.0Beta3
Summary: SABnzbd-3.0.0Beta2 Summary: SABnzbd-3.0.0Beta3
Home-page: https://sabnzbd.org Home-page: https://sabnzbd.org
Author: The SABnzbd Team Author: The SABnzbd Team
Author-email: team@sabnzbd.org Author-email: team@sabnzbd.org

19
README.mkd

@ -1,4 +1,4 @@
Release Notes - SABnzbd 3.0.0 Beta 2 Release Notes - SABnzbd 3.0.0 Beta 3
========================================================= =========================================================
## About this new version ## About this new version
@ -7,17 +7,19 @@ Although it might not sound like a big change, we had to rewrite almost every pa
the code. This also means that we might have introduced new bugs. We therefore encourage the code. This also means that we might have introduced new bugs. We therefore encourage
you to let us know of any errors or strange behavior you might notice! you to let us know of any errors or strange behavior you might notice!
## Changes and bugfixes since 3.0.0 Beta 1 ## Changes and bugfixes since 3.0.0 Beta 2
- Articles failing with CRC errors are now retried on other servers. - Refactor of the code that handles adding NZB's and retrying jobs.
- Linux: special permission bits are removed from files after download. - Queue-item labels are no longer part of the name but separated in API-property "labels".
- Add hover color for queue and history in Glitter Night. - Using the API with output=text to add NZB's will report the nzo_ids instead of "ok".
- Improvements to built-in internet bandwidth test. - Repeated API-arguments were handled incorrectly.
- Adding new NZB's could fail. - Pausing the queue using the scheduler was broken.
- Some API-calls could result in errors. - Updated Javascript libraries of Glitter and the config.
- Proper error-handling of bad email templates.
## Big changes in 3.0.0 ## Big changes in 3.0.0
- Python 3.5 and above are the only supported versions of Python. - Python 3.5 and above are the only supported versions of Python.
- Cache handling is greatly improved, resulting in more stable speeds on some systems. - Cache handling is greatly improved, resulting in more stable speeds on some systems.
- Articles failing with CRC errors are now retried on other servers.
- SFV files, even obfuscated, will be used for renaming when there are no par2 files. - SFV files, even obfuscated, will be used for renaming when there are no par2 files.
- Fully obfuscated RAR-sets with no verification files are detected and extracted. - Fully obfuscated RAR-sets with no verification files are detected and extracted.
- Built-in internet bandwidth test. - Built-in internet bandwidth test.
@ -28,6 +30,7 @@ you to let us know of any errors or strange behavior you might notice!
## Other changes since 2.3.9 ## Other changes since 2.3.9
- Files that are fully identical are now skipped automatically. - Files that are fully identical are now skipped automatically.
- Linux tray icon support was improved. - Linux tray icon support was improved.
- On Linux special permission bits are removed from files after download.
- macOS features such as the menu and notifications now use native code. - macOS features such as the menu and notifications now use native code.
- In Python 3 OpenSSL 1.1.1 is used for Windows and macOS, as a result - In Python 3 OpenSSL 1.1.1 is used for Windows and macOS, as a result
newsservers manually set to "RC4-MD5" cipher can no longer connect. newsservers manually set to "RC4-MD5" cipher can no longer connect.

Loading…
Cancel
Save