Update text files for 4.6.0Beta2

This commit is contained in:
Safihre
2025-12-22 21:59:57 +01:00
parent 4539837fad
commit 63c03b42a9
2 changed files with 8 additions and 6 deletions

View File

@@ -1,12 +1,12 @@
Release Notes - SABnzbd 4.6.0 Beta 1
Release Notes - SABnzbd 4.6.0 Beta 2
=========================================================
This is the first beta release of version 4.6.
This is the second beta release of version 4.6.
## New features in 4.6.0
* Added default support for NNTP Pipelining which eliminates idle waiting
between requests, significantly improving speeds on high-latency connections.
* Added support for NNTP Pipelining which eliminates idle waiting between
requests, significantly improving speeds on high-latency connections.
Read more here: https://sabnzbd.org/wiki/advanced/nntp-pipelining
* Dynamically increase Assembler limits on faster connections.
* Improved disk speed measurement in Status window.
@@ -15,13 +15,15 @@ This is the first beta release of version 4.6.
* If a download only has `.nzb` files inside, the new downloads
will include the name of the original download.
* Dropped support for Python 3.8.
* Windows: Added Windows ARM (portable) release.
## Bug fixes since 4.5.0
* `Check before download` could get stuck or fail to reject.
* Windows: Tray icon disappears after Explorer restart.
* No error was shown in case NZB upload failed.
* Correct mobile layout if `Full Width` is enabled.
* Aborted Direct Unpack could result in no files being unpacked.
* Windows: Tray icon disappears after Explorer restart.
* macOS: Slow to start on some network setups.

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.6.0Beta1"
__version__ = "4.6.0Beta2"
__baseline__ = "unknown"