From 4a00bfcc55b22e39e51b4a923c72fb6f2efbd6c3 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Sun, 18 Oct 2020 22:44:32 +0300 Subject: [PATCH] Update Changelog --- Changelog | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 56 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index f37597993..ff3e35eab 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,59 @@ -Unreleased - sledgehammer999 - v4.3.0 +Unreleased - sledgehammer999 - v4.4.0 + - FEATURE: Add support for creating v2 torrents(requires libtorrent 2.0.x) (Chocobo1) + - FEATURE: Expose libtorrent hashing_threads settings (Anton Bershanskiy) + +Sun Oct 18 2020 - sledgehammer999 - v4.3.0 + - FEATURE: Many UI elements colors are themeable now (jagannatharjun) + - FEATURE: Allow changing GUI icons from theme bundles (jagannatharjun) + - FEATURE: Notify user when torrent moving finished (glassez) + - FEATURE: Shortcut CTRL + I opens Statistics window (LoopsGod + - FEATURE: Add RSS functionality in Web UI (Sepro) + - FEATURE: Drop ".unwanted folder" feature (glassez) + - FEATURE: Expose libtorrent peer_turnover, max_concurrent_http_announces, no_connect_privileged_ports settings (Sophist, an0n666, NotTsunami) + - BUGFIX: Fix typo in Options dialog (Andrei Stepanov) + - BUGFIX: Remove "requires restart" from network interface settings (an0n666) + - BUGFIX: Rename "Create subfolder" to "Keep top-level folder" (thalieht) + - BUGFIX: Show tooltip for some properties in transfer list (Nick Korotysh) + - BUGFIX: Fix calculation of torrent current state (glassez) + - BUGFIX: Improve detecting completed files when adding, rechecking or moving a torrent (glassez) + - BUGFIX: Fixed broken announce logic in embedded tracker causing failures in some cases (FranciscoPombal) + - BUGFIX: Disable checkbox if torrent doesn't have root folder (thalieht) + - BUGFIX: Update country flag icons with upstream (Chocobo1) + - BUGFIX: Private torrent: If tracker entry is edited clear old peer list. Also don't allow user to manually add peers. (an0n666) + - BUGFIX: Fix large strings not visible in log widget (jagannatharjun) + - BUGFIX: Disable edit action in Peer list widget (Chocobo1) + - BUGFIX: Add a scroll area to torrent creator dialog (Ernesto Castellotti) + - BUGFIX: Content tab: Open double-clicked folder regardless on which column the click happens (Chocobo1) + - BUGFIX: "Open containing folder" on a folder now opens it in its parent folder (Chocobo1) + - BUGFIX: Fix GeoDB download in systems with non-C locales (FranciscoPombal) + - BUGFIX: Fix peer blocked message (FranciscoPombal) + - BUGFIX: Make more robust the banning of selected peers from the list (NotTsunami) + - BUGFIX: Use toned green color for downloading pieces in Pieces bar (jagannatharjun) + - BUGFIX: Correctly fill whole width of speed graph (jagannatharjun) + - BUGFIX: Fix impossible speed in speed graph (jagannatharjun) + - WEBUI: Hide additional search filters on small screens (Thomas Piccirello) + - WEBUI: Shrink search bar on small screens (Thomas Piccirello) + - WEBUI: Fix search categories only working in English (Thomas Piccirello) + - WEBUI: Add Trackers section to sidebar (Thomas Piccirello) + - WEBUI: Fix Enter button behavior in textarea (Tom Piccirello) + - WEBUI: Fix wrong file renaming selection range (MR) + - WEBUI: Preselect "Default save path" in watched folders (thalieht) + - WEBUI: Fix banning peers (brvphoenix) + - WEBUI: Fix seeding time checkbox placement (Chocobo1) + - WEBUI: Bump Web API version (Thomas Piccirello) + - RSS: Fix renaming RSS autodownload rule (glassez) + - RSS: Fix RSS article is not marked as "read" when torrent is downloaded (glassez) + - SEARCH: Update minimum Python version to 3.5.0 (ngosang) + - SEARCH: Make middle-click close search tabs (Will Da Silva) + - WINDOWS: NSIS: Update Dutch translation (Thomas De Rocker) + - WINDOWS: NSIS: Change the installers uninstallation question to clear confusion (an0n666) + - LINUX: Fix typo in systemd service file (Shane Allgeier) + - LINUX: Don't use HTML in tray tooltip (thalieht) + - LINUX: Don't create 'data' subdirectory in XDG_DATA_HOME (lbilli) + - LINUX/MACOS: Add HTTPS tracker certificate validation option (NotTsunami) + - OTHER: Many CMake improvements (FranciscoPombal) + - OTHER: Support for libtorrent 1.1.x is dropped (Chocobo1) + - OTHER: Many code cleanups and improvements (FranciscoPombal, Chocobo1, glassez) Tue Dec 03 2019 - sledgehammer999 - v4.2.0 - FEATURE: Libtorrent 1.2.x series are supported now (glassez)