From 6739f59e5fe984a78b6088bbcb2f57e2972c73de Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Mon, 20 Nov 2023 01:39:19 +0200 Subject: [PATCH] Update Changelog --- Changelog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Changelog b/Changelog index 0120d3fbc..278bd5d73 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,24 @@ +Mon Nov 20th 2023 - sledgehammer999 - v4.6.1 + - FEATURE: Add option to enable previous Add new torrent dialog behavior (glassez) + - BUGFIX: Prevent crash due to race condition when adding magnet link (glassez) + - BUGFIX: Fix Enter key behavior when add new torrent (glassez) + - BUGFIX: Add missing main window icon (iomezk) + - BUGFIX: Update size of selected files when selection is changed (glassez) + - BUGFIX: Correctly handle changing save path of torrent w/o metadata (glassez) + - BUGFIX: Use appropriate icon for "moving" torrents in transfer list (xavier2k6) + - WEBUI: Drop WebUI default credentials (glassez) + - WEBUI: Add I2P settings to WebUI (thalieht) + - WEBUI: Fix duplicate scrollbar on Transfer List (AgentConDier) + - WEBUI: Fix .torrent file upload on iPadOS (Vitaly Cheptsov) + - WEBUI: Fix incorrect subcategory sorting (Bartu Özen) + - WEBUI: Correctly set save path in RSS rules (glassez) + - WEBUI: Allow to request torrents count via WebAPI (glassez) + - WEBUI: Improve performance of getting torrent numbers via WebAPI (Chocobo1) + - WEBUI: Improve free disk space checking for WebAPI (glassez) + - WINDOWS: NSIS: Fixed typo in the installer's hungarian translation (MartinKing01) + - LINUX: Fix invisible tray icon with Qt5 in Linux (thalieht) + - MACOS: Remove "Physical memory (RAM) usage limit" option (Chocobo1) + Sun Oct 22nd 2023 - sledgehammer999 - v4.6.0 - FEATURE: Add (experimental) I2P support (glassez) - FEATURE: Provide UI editor for the default theme (glassez)