Browse Source

Update text files for 3.1.0 Beta 1

tags/3.1.0Beta1 3.1.0Beta1
Safihre 5 years ago
parent
commit
f0d31e0dc2
  1. 2
      INSTALL.txt
  2. 4
      ISSUES.txt
  3. 4
      PKG-INFO
  4. 69
      README.mkd

2
INSTALL.txt

@ -1,4 +1,4 @@
SABnzbd 3.0.0 SABnzbd 3.1.0
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
0) LICENSE 0) LICENSE

4
ISSUES.txt

@ -14,13 +14,13 @@
For these the server blocking method is not very favourable. For these the server blocking method is not very favourable.
There is an INI-only option that will limit blocks to 1 minute. There is an INI-only option that will limit blocks to 1 minute.
no_penalties = 1 no_penalties = 1
See: https://sabnzbd.org/wiki/configuration/3.0/special See: https://sabnzbd.org/wiki/configuration/3.1/special
- Some third-party utilties try to probe SABnzbd API in such a way that you will - Some third-party utilties try to probe SABnzbd API in such a way that you will
often see warnings about unauthenticated access. often see warnings about unauthenticated access.
If you are sure these probes are harmless, you can suppress the warnings by If you are sure these probes are harmless, you can suppress the warnings by
setting the option "api_warnings" to 0. setting the option "api_warnings" to 0.
See: https://sabnzbd.org/wiki/configuration/3.0/special See: https://sabnzbd.org/wiki/configuration/3.1/special
- On OSX you may encounter downloaded files with foreign characters. - On OSX you may encounter downloaded files with foreign characters.
The par2 repair may fail when the files were created on a Windows system. The par2 repair may fail when the files were created on a Windows system.

4
PKG-INFO

@ -1,7 +1,7 @@
Metadata-Version: 1.0 Metadata-Version: 1.0
Name: SABnzbd Name: SABnzbd
Version: 3.1.0-develop Version: 3.1.0Beta1
Summary: SABnzbd-3.1.0-develop Summary: SABnzbd-3.1.0Beta1
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

69
README.mkd

@ -1,52 +1,31 @@
Release Notes - SABnzbd 3.0.0 RC 1 Release Notes - SABnzbd 3.1.0 Beta 1
========================================================= =========================================================
## About this new version ## Changes since 3.0.2
We have been working for months to upgrade the SABnzbd code from Python 2 to Python 3. - Added option to automatically deobfuscate final filenames: after unpacking,
Although it might not sound like a big change, we had to rewrite almost every part of detect and rename obfuscated or meaningless filenames to the job name,
the code. We also included a number of new features, listed below. similar to the Deobfuscate.py post-processing script.
- Switched to Transifex as our translations platform:
## Big changes in 3.0.0 Help us translate SABnzbd in your language! Add untranslated texts or
- Python 3.5 and above are the only supported versions of Python. improved existing translations here: https://sabnzbd.org/wiki/translate
- Cache handling is greatly improved, resulting in more stable speeds on some systems. - Redesigned job availability-check to be more efficient and reliable.
- Articles failing with CRC errors are now retried on other servers. - Skip repair on Retry if all sets were previously successfully verified.
- SFV files, even obfuscated, will be used for renaming when there are no par2 files. - Passwords included in the filename no longer have to be at the end.
- Fully obfuscated RAR-sets with no verification files are detected and extracted. - Added password input box on the Add NZB screen.
- Built-in internet bandwidth test. - Windows/macOS: update UnRar to 5.91 and MultiPar to 1.3.1.0.
- Windows Service support was changed. The service will need to be reinstalled! - Windows: retry `Access Denied` when renaming files on Windows.
Documentation: https://sabnzbd.org/wiki/advanced/sabnzbd-as-a-windows-service
- The Windows installer is 64-bit only, for 32-bit please use the standalone package. ## Bugfixes since 3.0.2
- Assembler crashes could occur due to race condition in `ArticleCache`.
## Other changes since 2.3.9 - On HTTP-redirects the scheme/hostname/port were ignored when behind a proxy.
- Files inside an NZB that are fully identical are now skipped automatically. - Strip slash of the end of `url_base` as it could break other code.
- Folders of jobs that failed post-processing are renamed to `_FAILED_`. - Unpacking with a relative folder set for a category could fail.
- Blocking of unwanted extensions that are directly inside an NZB. - Windows: non-Latin languages were displayed incorrectly in the installer.
- 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.
Documentation: https://sabnzbd.org/wiki/advanced/ssl-ciphers
- TLS1.3 support for newsserver connections.
- SABYenc, par2 and unrar are now required to start downloading.
- Growl-support was removed.
- The `smpl` skin was removed.
- Using the API with `output=text` to add NZB's will report the `nzo_ids` instead of `ok`.
- Queue-item labels are no longer part of the name but separated in API-property `labels`.
- API-calls `tapi` and `qstatus` were removed.
- On Windows only Multipar is available for repair.
- 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.
## Bugfixes since 2.3.9
- Resolved potential security issue in FAT-filesystem check.
- Sample removal did not work if only 1 sample file was present.
- Crash on badly formatted RSS-feeds or readout during editing.
- Automatic aborting of jobs that can't be completed would sometimes not trigger.
- Windows systems could enter standby state during downloading.
- Some errors thrown by unrar were not caught.
- Files and sockets were not always closed correctly.
- Unwanted extension check was overly aggressively deleting folders
## Upgrade notices ## Upgrade notices
- Jobs that failed on versions before 3.1.x, will throw an error about the
attribute file failing to load when they are retried on 3.1.0+. This error
can be ignored.
- When upgrading from 2.x.x or older the queue will be converted. Job order, - When upgrading from 2.x.x or older the queue will be converted. Job order,
settings and data will be preserved, but if you decide to go back to 2.x.x settings and data will be preserved, but if you decide to go back to 2.x.x
your queue cannot be downgraded again. But you can restore the jobs by going your queue cannot be downgraded again. But you can restore the jobs by going

Loading…
Cancel
Save