From db5479ea019b6072aea3673ffd07706a49999c68 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Sun, 29 Sep 2024 20:49:43 +0300 Subject: [PATCH] Update Changelog --- Changelog | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index c615b366e..58a53055e 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -Unreleased - sledgehammer999 - v5.0.0 +Sun Sep 29th 2024 - sledgehammer999 - v5.0.0 - FEATURE: Support creating .torrent with larger piece size (Chocobo1) - FEATURE: Improve tracker entries handling (glassez) - FEATURE: Add separate filter item for tracker errors (glassez) @@ -34,6 +34,8 @@ Unreleased - sledgehammer999 - v5.0.0 - BUGFIX: Sanitize peer client names (Hanabishi) - BUGFIX: Apply share limits immediately when torrent downloading is finished (glassez) - BUGFIX: Show download progress for folders with zero byte size as 100 instead of 0 (vikas_c) + - BUGFIX: Fix highlighted piece color (Prince Gupta) + - BUGFIX: Apply "merge trackers" logic regardless of way the torrent is added (glassez) - WEBUI: Improve WebUI responsiveness (Chocobo1) - WEBUI: Do not exit the app when WebUI has failed to start (Hanabishi) - WEBUI: Add `Moving` filter to side panel (xavier2k6) @@ -49,10 +51,12 @@ Unreleased - sledgehammer999 - v5.0.0 - WEBUI: Improve table scrolling and selection on mobile (Thomas Piccirello) - WEBUI: Restore search tabs on load (Thomas Piccirello) - WEBUI: Restore previously used tab on load (Thomas Piccirello) - - WEBUI: Increase default height of 'Share ratio limit' dialog (thalieht) + - WEBUI: Increase default height of `Share ratio limit` dialog (thalieht) - WEBUI: Use enabled search plugins by default (Thomas Piccirello) - WEBUI: Add columns `Incomplete Save Path`, `Info Hash v1`, `Info Hash v2` (thalieht) - WEBUI: Always create generic filter items (skomerko) + - WEBUI: Provide `Use Category paths in Manual Mode` option (skomerko) + - WEBUI: Provide `Merge trackers to existing torrent` option (skomerko) - WEBAPI: Fix wrong timestamp values (Chocobo1) - WEBAPI: Send binary data with filename and mime type specified (glassez) - WEBAPI: Expose API for the torrent creator (glassez, Radu Carpa)