From 63c03b42a95cc4fa010958285394c7e7811c43b7 Mon Sep 17 00:00:00 2001 From: Safihre Date: Mon, 22 Dec 2025 21:59:57 +0100 Subject: [PATCH] Update text files for 4.6.0Beta2 --- README.mkd | 12 +++++++----- sabnzbd/version.py | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.mkd b/README.mkd index 486892981..07bf68313 100644 --- a/README.mkd +++ b/README.mkd @@ -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. diff --git a/sabnzbd/version.py b/sabnzbd/version.py index 47a7bcc43..b980b511d 100644 --- a/sabnzbd/version.py +++ b/sabnzbd/version.py @@ -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"