From 73f08dd6e1ca4b0b56dd59ca84c22b60f726ebb6 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Mon, 20 Jun 2016 04:19:41 +0300 Subject: [PATCH] Update Changelog. --- Changelog | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) diff --git a/Changelog b/Changelog index 9f58ae2d2..2208116b4 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,74 @@ +* Mon Jun 20 2016 - sledgehammer999 - v3.3.5 + - FEATURE: Implement Torrent Management Mode(TMM) (glassez) + - FEATURE: New cookies management dialog and various related fixes (glassez) + - FEATURE: Use unique temp directories (temp_path/). Closes #5154. (glassez) + - FEATURE: Display notifications when a torrent is added. Closes #334 and #915. (sledgehammer999) + - FEATURE: Sort labels with natural sort algorithm in the right-click menu. Closes #3919. (Chocobo1) + - FEATURE: Add option to automatically remove .torrent files upon adding (Eugene Shalygin) + - FEATURE: Add option to bind directly to an IP instead of using a network Interface (Sjoerd van der Berg, sledgehammer999) + - FEATURE: Detailed tooltips on the progress and availability bars in the General button of each torrent. (Eugene Shalygin) + - FEATURE: Let user able to specifiy a filter when choosing an IP filter file (Chocobo1) + - FEATURE: Improve usability of "Run External Program". Users can write (platform dependent) shell scripts now. (Chocobo1) + - PERFORMANCE: Optimize drawing in speed graph (Anton Lashkov, Chocobo1) + - BUGFIX: Fix memory leak. (sledgehammer999) + - BUGFIX: Fix resizing bug in "add torrent dialog". Closes #5036. (Chocobo1) + - BUGFIX: Fix qBittorrent doesn't exit immediately when "all donwloads are done -> exit" option enabled. (glassez, Chocobo1) + - BUGFIX: Display the filepath when a torrent fails to load. Closes #100 and #805. (sledgehammer999) + - BUGFIX: Fix Add tracker dialog empty trackers (ngosang) + - BUGFIX: Fix Add tracker dialog URL download (ngosang) + - BUGFIX: Fix torrent adding with existing data (glassez) + - BUGFIX: Try to find incomplete files for new torrent (glassez) + - BUGFIX: Fix rechecking after torrent is finished (glassez) + - BUGFIX: Fix duplicate network interfaces. Closes #5131 (ngosang) + - BUGFIX: Fix .!qB extension is added when disabled (glassez) + - BUGFIX: Fix "IP Filtering - Apply to trackers" wasn't being applied. Closes #5217. (Chocobo1) + - BUGFIX: Don't resize the Country column needlessly (thalieht) + - BUGFIX: Fix crashing when exiting the program while the Options window was showing. Closes #4871, #5049. (Chocobo1) + - BUGFIX: Fix parsing of eMule .DAT filters. Closes #5281. (thalieht, sledgehammer999) + - WEBUI: Implement in setting/removing/showing categories. (buinsky) + - WEBUI: Add 'Added on' column in Webui. Closes #5145,#1092,#738 (Ibrahim Tachijian) + - WEBUI: Add command to get the logs (pmzqla) + - WEBUI: Expose Add trackers feature (pmzqla) + - WEBUI: Bump API_VERSION and API_VERSION_MIN to 10. (sledgehammer999) + - SEARCH: Implement search filters in the proxy model. (Eugene Shalygin) + - SEARCH: Optimize widgets inside of the search tab (Eugene Shalygin) + - SEARCH: Remove duplicated code from search tab and widget (Eugene Shalygin) + - SEARCH: Use nova2dl.py script instead of DownloadManager. Closes #5026. (glassez) + - SEARCH: Various UI cleanups and optimizations. (Chocobo1, ngosang) + - SEARCH: Fix Torrentz, Mininova, LegitTorrents, PirateBay plugins (ngosang) + - SEARCH: Fix toolbar resizing when m_searchFilter appears/disappears. Closes #5120. (Chocobo1) + - SEARCH: Use QPalette::LinkVisited color for downloaded items in search results (Eugene Shalygin) + - SEARCH: Update Python version requirements (min 2.7.9 / 3.3.0) (ngosang) + - SEARCH: Remove filters from Torrentreactor, BTDigg and Demonoid. It is done in the GUI now. (ngosang) + - RSS: default refresh interval to 30 mins (botmtl) + - COSMETIC: Improve TransferListDelegate::sizeHint (Chocobo1) + - COSMETIC: Fix long text clipping. Closes #5091. (Chocobo1) + - COSMETIC: Minor change in Stats dialog (ngosang) + - COSMETIC: Fix Update all button height in RSS tab (ngosang) + - COSMETIC: Disable `comboHideZero` when `checkHideZero` is unchecked. (Chocobo1) + - COSMETIC: Disable `checkLimituTPConnections` when `checkuTP` is unchecked. (Chocobo1) + - COSMETIC: Enable word wrap for "Run external program" help text (Chocobo1) + - COSMETIC: Fix mutually exclusive radio buttons can be unselected. (Chocobo1) + - COSMETIC: Set About tab font-size to default (zywo) + - COSMETIC: Improve wordings in "Auto download torrent" section (Chocobo1) + - COSMETIC: Change "Auto download torrent" default save path to "default location". (Chocobo1) + - COSMETIC: Change ambiguous text "Copy selected" to "Copy IP:port" (Chocobo1) + - COSMETIC: Improve error messages for "Auto download torrents" (Chocobo1) + - COSMETIC: Slim down 'Downloads' page of options window. (sledgehammer999) + - COSMETIC: Cleanup Connection page in Option dialog. Closes #845. (Chocobo1) + - COSMETIC: Fix reload button size is not the same size as "..." button in options dialog. (Chocobo1) + - WINDOWS: Let Windows handle all widgets scaling. (Chocobo1) + - WINDOWS: Improve stack trace for windows by including source filenames and line numbers (SeigneurSerpent) + - OSX: Fix qt5 bundle on OSX. Closes #4014. (sledgehammer999) + - OTHER: Make AddNewTorrentDialog behavior uniform (glassez) + - OTHER: Optimize the shutdown dialog (Chocobo1) + - OTHER: Enable access to shutdown functions when configured with `--disable-gui` option (Chocobo1) + - OTHER: Delete Import Torrent Dialog. Just use the "add new torrent" dialog. (glassez) + - OTHER: Optimize code for natural sorting (Chocobo1) + - OTHER: Use new alert dispathing API for libtorrent 1.1.x (glassez) + - OTHER: Fix gcc 6 compilation with qmake. See #5237. (sledgehammer999) + + * Tue Mar 29 2016 - sledgehammer999 - v3.3.4 - FEATURE: Download more pieces in "Download first and last pieces first" feature (ngosang) - FEATURE: Unlock first column in peerlist too (thalieht)