From 9a74b27a859865a56a0bb20344c13fa5269f82ce Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Wed, 22 Oct 2014 22:27:47 +0300 Subject: [PATCH] Update Changelog. --- Changelog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/Changelog b/Changelog index d5285d611..e4a1dfd1f 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,25 @@ +* Wed Oct 22 2014 - sledgehammer999 - v3.1.11 + - FEATURE: Allow relative torrent paths when qBittorrent is already running (pmzqla) + - FEATURE: Make Windows icons suitable for high dpi screens (pmzqla) + - FEATURE: Increase maximum size of system icons (pmzqla) + - BUGFIX: Fix crash in the "Content" widget when user would right click in it without a torrent selected (Ivan Sorokin) + - BUGFIX: Don't show multiple unlock UI dialogs. Closes #2040. (sledgehammer999) + - SEARCH: Fix bug where python would falsely be detected and nothing worked (paolo-sz) + - SEARCH: Fix TorrentReactor search plugin (Bruno Barbieri) + - SEARCH: Fix search engine encoding issues with python3 on Windows (Bruno Barbieri) + - SEARCH: Pirate bay search engine update (DoumanAsh) + - SEARCH: Internal improvements in the python code (Bruno Barbieri) + - WINDOWS: Fix magnet link association. Closes #1952. (sledgehammer999) + - WINDOWS and OSX: Fix again the program updater. The url was changed by sourceforge.net. Closes #1954. (sledgehammer999) + - OSX: Fix compilation (sledgehammer999) + - WEBUI: Set correct HTTP Content-Type in case of forbidden access. (pmzqla) + - COSMETIC: Remove unneeded tooltip (pmzqla) + - COSMETIC: Don't stretch the last section in the transfer list (pmzqla) + - COSMETIC: Set minimum width of the left panel in the preferences (pmzqla) + - OTHER: Optimize sorting of rows. This should have less CPU impact when many torrents are present. (Ivan Sorokin) + - OTHER: Use the correct character encoding for exceptions coming from libtorrent. (sledgehammer999) + - OTHER: Use boost:bind() as the docs show. Allows compilation with older gcc versions. (sledgehammer999) + * Sun Sep 21 2014 - sledgehammer999 - v3.1.10 - FEATURE: Allow disabling of OS cache. This will prevent RAM increases on Windows when seeding many files. Closes #1699. (sledgehammer999) - FEATURE: Add 'Completed' column. Closes #1241. (sledgehammer999)