From 1479a74198e8bc704f2bfce5f9a8d71d84917a97 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Wed, 14 Dec 2016 02:10:00 +0200 Subject: [PATCH] Update Changelog. --- Changelog | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/Changelog b/Changelog index 15e01353c..d8c603540 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,41 @@ +* Wed Dec 14 2016 - sledgehammer999 - v3.3.8 + - FEATURE: Start using new libtorrent 1.1.x APIs (needs at least 1.1.2). Still unofficial support. (glassez, sledgehammer999) + - FEATURE: Add a new DHT bootstrap node run by libtorrent author arvidn. (sledgehammer999) + - FEATURE: Option to disable tracker's favicon download. (sledgehammer999) + - FEATURE: Shift + scroll = horizontal scroll. Closes #5980. Only for TransferListWidget, PeerListWidget. (Chocobo1) + - BUGFIX: Actually set new path as default when checkBox is enabled in Add New Torrent dialog. (erikssm) + - BUGFIX: Properly fix the handling of default save path store/load. (sledgehammer999) + - BUGFIX: Fix crash when restoring from tray. Closes #5854. (Chocobo1) + - BUGFIX: Export torrents added only after the setting was enabled. (sledgehammer999) + - BUGFIX: Delete old rss favicon before assigning new one. (sledgehammer999) + - BUGFIX: Don't revert save path value in the Dialog when metadata are received. Closes #5482. (sledgehammer999) + - BUGFIX: Don't ever stop seeding forced torrents. Closes #5784. (sledgehammer999) + - BUGFIX: Fix potential crash in TransferList widget. Closes #5873. (Chocobo1) + - BUGFIX: Sort torrent names case insensitively. (Yez Ezey) + - BUGFIX: Fix mistake in getting values for sorting in TransferList widget. (Anton Lashkov) + - BUGFIX: Fix memory leaks. (dzmat, Chocobo1) + - WEBUI: Fix webui port overflow. (thalieht) + - WEBUI: Changed meaning of the value of the 'dl_limit', 'up_limit', 'alt_dl_limit' and 'alt_up_limit' tokens. The value is expressed in bytes and not in KiB. (sledgehammer999) + - WEBUI: Don't request client SSL certificate. Closes #3883. (borouhin) + - WEBUI: Bump API_VERSION and API_VERSION_MIN to 11. + - SEARCH: Fixed extratorrent search not working Closes #5736 #5753. (Yez Ezey) + - SEARCH: Update Demonoid plugin. (ngosang) + - SEARCH: Remove TorrentReactor plugin. (ngosang) + - SEARCH: Fix python auto install, deletion of installer and use 3.5.x series for Vista+. Closes #5871. (sledgehammer999) + - SEARCH: Set /usr/local/bin before default PATH on macOS. closes #5639 #5571. This enables finding newer python installs. (Yez Ezey) + - COSMETIC: Log: set embedded Tracker [OFF] msg type as info. (thalieht) + - COSMETIC: Remove (mostly) useless log warnings about tracker's favicon. (sledgehammer999) + - COSMETIC: Change RSS view layout to horizontal. Closes #5920. (Chocobo1) + - OSX: Fix crash on exit using Qt4. (Yez Ezey) + - OSX: Change QSettings to IniFormat on macOS. Closes #5770 #5808. (Yez Ezey) + - LINUX: Workaround a Qt5 bug which results in a flood of network interface change singals. (Eugene Shalygin) + - OTHER: Turkish translation for installer. (Burak Yavuz) + - OTHER: Update portugueseBR for installer. (DaRKSoM) + - OTHER: Update portuguese for installer. (EdwardLinux) + - OTHER: Add --disable-qt-dbus to configure if $host_os is macOS. (Yez Ezey) + - OTHER: New translations: Icelandic, Latvian, Malay, Occitan, Uzbek. + - OTHER: A whole lot of code refactoring by various people. + * Sun Sep 11 2016 - sledgehammer999 - v3.3.7 - FEATURE: Delete torrent+files with Shift+Delete (pieniacy) - BUGFIX: Fix 6-hour speedplot point push rate. Close #5545 (Daniel Segesdi)