From 8c545d294744405a42bf84d1623bdf6c020276cc Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Fri, 8 Sep 2017 00:54:08 +0300 Subject: [PATCH] Update Changelog. --- Changelog | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 2d969b432..d94c7c219 100644 --- a/Changelog +++ b/Changelog @@ -19,27 +19,38 @@ Unreleased - sledgehammer999 - v3.4.0 - FEATURE: Add a Tags (multi-label) feature to the GUI. Closes #13. (tgregerson) - FEATURE: Use the system icons for each file type in the Content tab (evsh) - FEATURE: Use SVG files for monochrome tray icons. Closes #6085. (evsh) + - FEATURE: Prefill torrent name when creating a new torrent. Closes #7229. (Chocobo1) + - FEATURE: Expose more libtorrent options in advanced settings (Chocobo1) - BUGFIX: Adjust icons names to better fit FDO scheme (evsh) - BUGFIX: Optimized IP filter parsing, making blazingly fast (sledgehammer999, evsh) - BUGFIX: Fix dialogs didn't position on the correct screen which qBittorrent window is on. Closes #1690, #2474, #3538. (Chocobo1) - BUGFIX: Refactor and improve StatusBar (glassez) - BUGFIX: Set expiration date for newly added cookie to +2 years from now, instead of +99 years. (Chocobo1) - BUGFIX: Don't create subfolder inside temp folder (glassez) - - BUGFIX: Don't remove shared temp folder (glassez) - BUGFIX: Don't replace existing files when relocating torrent (glassez) + - BUGFIX: Fix explicit Torrent Management Mode in Add New Torrent dialog. Closes #5602. (sledgehammer999) + - BUGFIX: Fix calculation of 'Average time in queue' stat under libtorrent 1.1.x (sledgehammer999) + - BUGFIX: Don't disable bandwidth scheduler when manually switching speed limits. Closes #7306. (glassez) - COSMETIC: Trackerlist: Set text alignment of columns with numbers to the right (thalieht) - COSMETIC: Enable alternatingRowColors for "Manage Cookie" dialog (Chocobo1) + - COSMETIC: Remove indentation for category/tag filter widgets in all platforms (thalieht) + - COSMETIC: Add space between widgets in left side panel. Closes #7224. (Chocobo1, glassez) + - COSMETIC: Unify preference window borders across the tabs (vit9696) - WEBUI: Allow to load/use ECDSA certificate in webUI. (Chocobo1) - WEBUI: Add copy options to webui context menu (addresses #6815) (#7036) (Tom Piccirello) - WEBUI: Set torrent location from webui context menu (addresses #6815) (#7062) (Tom Piccirello) + - WEBUI: Add option to rename torrent from WebUI (Thomas Piccirello) + - WEBUI: Add auto torrent management to webui context menu (addresses #6815) (Thomas Piccirello) - SEARCH: Use explicit class for search plugin versions (evsh) - SEARCH: Remove all search plugins from repo. There is another repo named 'search-plugins'. (sledgehammer999) - SEARCH: Update the backend when a new plugin favicon is downloaded. (sledgehammer999) - RSS: Redesigned RSS subsystem (glassez) - RSS: Do not use hardcoded colors in RSS feed view (evsh) - - WINDOWS: Installer detects running process when it is 64-bit (vlakoff) + - WINDOWS: Use dpiawareness=1 on Windows. Closes #5393. (sledgehammer999) - MACOS: Various macOS UI improvements (vit9696) - MACOS: Fix main menu item location on macOS (vit9696) + - MACOS: Fix macOS window restoration after using hide icon (vit9696) + - MACOS: Fix notification display on macOS (vit9696) - OTHER: Use new classes/methods from libtorrent and stop using deprecate ones. (glassez) - OTHER: Various string fixes (Allan Nordhøy, sledgehammer999)