Browse Source

Update text files for 2.3.1 Final

pull/1067/head
Safihre 8 years ago
parent
commit
a3db910a4d
  1. 4
      PKG-INFO
  2. 27
      README.mkd

4
PKG-INFO

@ -1,7 +1,7 @@
Metadata-Version: 1.0 Metadata-Version: 1.0
Name: SABnzbd Name: SABnzbd
Version: 2.3.1RC2 Version: 2.3.1
Summary: SABnzbd-2.3.1RC2 Summary: SABnzbd-2.3.1
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

27
README.mkd

@ -1,34 +1,41 @@
Release Notes - SABnzbd 2.3.1 RC 2 Release Notes - SABnzbd 2.3.1
========================================================= =========================================================
## Changes since 2.3.0 ## Changes since 2.3.0
- Added post-processing script Deobfuscate.py (in "scripts" folder) - Added post-processing script Deobfuscate.py (in "scripts" folder)
which can automatically process "rename.par2" after unpacking which can automatically process "rename.par2" after unpacking
or rename the largest file in the folder to the download name or rename the largest file in the folder to the job's name
- Maximum Article Cache size increased to 4GB on 64 bit systems - Maximum Article Cache size increased to 4GB on 64 bit systems
- New servers will have timeout of 60 seconds instead of 120
- Last output of a running script is shown in history
- Paths to par2, unrar, unzip and 7zip are passed to scripts - Paths to par2, unrar, unzip and 7zip are passed to scripts
- Path to gzipped NZB file of job is now passed to scripts - Path to gzipped NZB file of job is passed to scripts
- Windows: Single click on tray icon pauses/unpauses queue - Windows: Single click on tray icon pauses/unpauses queue
## Bugfixes since 2.3.0 ## Bugfixes since 2.3.0
- Abort Direct Unpack if no progress for 2 minutes after download - Abort Direct Unpack if not progressing 2 minutes after download
- Direct Unpacker could crash on some downloads
- Added measures to prevent "Failed to import" errors - Added measures to prevent "Failed to import" errors
- Downloader could crash during first few seconds - Downloader could crash during first few seconds after start
- Saving errors of renames-file prevented - Saving errors of renames-file prevented
- More verbose logging of creating and deleting files
- Remove ".par2" at end of job name, could cause failure of repair - Remove ".par2" at end of job name, could cause failure of repair
- Fix racing-condition for files coming in after a job finishes
- When re-adding a job, the time left was not calculated - When re-adding a job, the time left was not calculated
- Priority of category was ignored when adding new job - Priority of category was ignored when adding new job
- Server information in Status window was not updated - Server information in Status window was not always updated
- Always show Direct Unpack status - Always show Direct Unpack status on smaller screens
- Correctly adapt date and time display to local time zone - Correctly adapt date and time display to local time zone
- Category folders cannot be sub-folders of Temporary Download Folder - Category folders cannot be sub-folders of Temporary Download Folder
- Email notifications could not be limited to categories - Email notifications could not be limited to categories
- Testing email notifications did not function - Testing email notifications did not work
- Added "with" to list of lowercase words in titles for Sorting - Added "with" to list of lowercase words in titles for Sorting
- "From SxxEyy" RSS filter did not always work - "From SxxEyy" RSS filter did not always work
- Show clearly that RSS "From Show SxxEyy" is an Accept-type filter - Show clearly that RSS "From Show SxxEyy" is an "Accept"-type filter
- Sorting failed when "Ignore folders inside archives" was enabled - Sorting failed when "Ignore folders inside archives" was enabled
- Always send failure_url to post-processing scripts - Always send "failure_url" to post-processing scripts
- Decoding of articles no longer logged by default to reduce logging
- Windows: Remove incompatible "Extra Par2 Parameters" for MultiPar
- Windows: Special filenames could cause failures during unpack - Windows: Special filenames could cause failures during unpack
- Windows: Message box is shown in case of fatal startup error - Windows: Message box is shown in case of fatal startup error
- Windows: Unpacking to network shares could fail - Windows: Unpacking to network shares could fail

Loading…
Cancel
Save