From 6b0449dde7ae7ef7ce363a7184ed6d3df8133602 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Mon, 30 Oct 2017 18:38:45 +0200 Subject: [PATCH] Update Changelog. --- Changelog | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/Changelog b/Changelog index d94c7c219..2465209fa 100644 --- a/Changelog +++ b/Changelog @@ -21,6 +21,9 @@ Unreleased - sledgehammer999 - v3.4.0 - 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) + - FEATURE: Add comboBox for selecting BitTorrent protocol. Closes #6316. (Chocobo1) + - FEATURE: Allow SMTP sender to be set. Closes #7575. (Chocobo1) + - FEATURE: Allow to specify if announcing to all tiers is desired. (sledgehammer999) - 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) @@ -31,28 +34,65 @@ Unreleased - sledgehammer999 - v3.4.0 - 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) + - BUGFIX: Fix dereferencing freed pointer. Closes #7420. (Chocobo1) + - BUGFIX: Change the default cache size to 64MiB. (Chocobo1) + - BUGFIX: The previous "Disk write cache size" is not accurate since it is also being used for read cache, so rename it to "Disk cache". (Chocobo1) + - BUGFIX: Replace dialog ok-cancel buttons with QDialogButtonBox, which follows the platform specific button order. (Chocobo1) + - BUGFIX: Better reporting of success/failure of torrent and file deletion. (sledgehammer999) + - BUGFIX: Fix last activity calculation. Closes #7461. (Chocobo1) + - BUGFIX: Save state of options windows on cancel too. (silverqx) + - BUGFIX: Persist size and treeview header state in preview dialog. (silverqx) + - BUGFIX: Show torrent name in "add new torrent" dialog on merging trackers (Chocobo1) + - BUGFIX: Properly pre-select the selected torrent's current ratio limiting options in UpDownRatioDlg dialogs. Fixes #7352 (thalieht) + - BUGFIX: Optimize code for SpeedWidget. (dzmat) + - BUGFIX: Disable processing events when adding torrents(prevents crashes). Closes #7436. (Chocobo1) + - BUGFIX: Open links in browser. Closes #7651. (Chocobo1) + - BUGFIX: Change default settings for tracker/tier announces to mimick μTorrent behavior. (sledgehammer999) + - BUGFIX: Explicitly set UPnP state on start-up. Closes #7338. (Chocobo1) - 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) + - COSMETIC: Center Options dialog when showed. (silverqx) + - COSMETIC: Show delete accelerator key in menu. closes #7508 (Nick Korotysh) + - COSMETIC: Set QTextOption::NoWrap property in "Download from URLs" dialog (Chocobo1) + - COSMETIC: Use SVG icons for the country flags. Closes #6223. (sledgehammer999) - 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) + - WEBUI: Option for "Create subfolder" when adding new torrent. (thalieht) + - WEBUI: Fix addPaused wrong default behavior. (Chocobo1) + - WEBUI: Reposition "Priority" menu option in WebUI to match gui. Closes #7072. (Thomas Piccirello) + - WEBUI: Report TCPServer errorString() if webui fails to listen to port. (Matthew Fioravante) + - WEBUI: Exit gracefully when failed to initialize web server with qbt-nox (Chocobo1) + - WEBUI: Add file-to-piece-index mappings in /query/propertiesFiles command (Chocobo1) + - WEBUI: Add optional parameters for /command/download & /command/upload (Chocobo1) + - WEBUI: Print error messages upon receiving invalid header fields. (Chocobo1) + - WEBUI: Add WebUi\Address config option. (Matthew Fioravante) + - WEBUI: Reinitialize webUI server when "IP address" setting changed. An app restart won't be necessary from now on. (Chocobo1) + - WEBUI: Improve log messages (Chocobo1) - 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) + - SEARCH: Allow search plugins sorting. Closes #7526. (Nick Korotysh) - RSS: Redesigned RSS subsystem (glassez) - RSS: Do not use hardcoded colors in RSS feed view (evsh) - WINDOWS: Use dpiawareness=1 on Windows. Closes #5393. (sledgehammer999) + - WINDOWS: Reformat Windows build configuration files. (glassez) + - LINUX: Allow custom tray icons when system icon theme is used. Closes #7403. (evsh) - 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) + - OTHER: cmake: do not use Qt5Widgets when locating QtSingleApplication. Closes #7551. (evsh) + - OTHER: Drop OS/2 support. (sledgehammer999) + - OTHER: Optimize file size of PNG and SVG files. (sledgehammer999) + - OTHER: Add new translators in the About page. * Thu Jun 01 2017 - sledgehammer999 - v3.3.13 - BUGFIX: Fixed UI glitch about torrent numbers in the sidepanel. Fixes #6454. (evsh)