From c8d0a715e8a7e959d79314590c424062f5e7e879 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Sun, 27 May 2018 21:30:13 +0300 Subject: [PATCH] Update Changelog --- Changelog | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/Changelog b/Changelog index 80039d9f4..8abb470be 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,39 @@ +* Sun May 27 2018 - sledgehammer999 - v4.1.1 + - FEATURE: Add 'Moving' state for torrents being relocated/moved (sledgehammer999) + - FEATURE: Show rechecking progress (sledgehammer999) + - FEATURE: Add option to remember last used save path (glassez) + - FEATURE: Torrent name is also renamed if the content was renamed in the "Add New Torrent" dialog (glassez) + - FEATURE: Relax behavior of "Download first and last piece first". It applies to all files and not only to the previewable. (Chocobo1) + - BUGFIX: Fix issues with translatable strings (Chocobo1) + - BUGFIX: Fix displayed tracker messages (Chocobo1) + - BUGFIX: Make settings file recovery more robust (Chocobo1) + - BUGFIX: Retry saving settings when operation failed (Chocobo1) + - BUGFIX: Log successful torrent move (sledgehammer999) + - BUGFIX: Fix deletion of old logs (sledgehammer999) + - BUGFIX: Delete non-commited fastresume files (sledgehammer999) + - BUGFIX: Don't migrate torrents that have newer fastresumes (sledgehammer999) + - BUGFIX: Fix adding multiple torrents at once from WebUI (glassez) + - BUGFIX: Improve "Run External Program" behavior. On Windows, a backslash isn't appended to paths from path variables (Chocobo1) + - BUGFIX: Suppress multiple I/O errors for the same torrent (sledgehammer999) + - BUGFIX: Replace raster qbt logo with vector version (Chocobo1) + - WEBUI: Fix wrong API method names (glassez) + - WEBUI: Filter torrent info endpoint by hashes (Marcel Petersen) + - WEBUI: Fix invalid API calls in WebUI (glassez) + - WEBUI: Improve legacy API params handling (glassez) + - WEBUI: Fix params handling for some legacy API methods (glassez) + - WEBUI: Apply locale changes immediately in WebUI (Chocobo1) + - WEBUI: Use 32px icons for favicon (Chocobo1) + - WEBUI/RSS: Properly set RSS settings via API (glassez) + - RSS: Fix auto-downloading rule when Smart filter with regular Episode filter are used (glassez) + - RSS: Make "Ignoring days" to behave like other filters (glassez) + - RSS: Place "Use Smart Episode Filter" more correctly (glassez) + - RSS: Use RSS feed update time as a fallback (glassez) + - COSMETIC: Fix Stats dialog size (sledgehammer999) + - MACOS: Fix GUI scaling factor on macOS (Chocobo1) + - WINDOWS: Update icons (adem4ik) + - LINUX: Fix open destination folder with Nautilus > 3.28 (Evgeny Lensky) + - OTHER: Code improvements and refactoring (thalieht, Nick Korotysh, Chocobo1) + * Sat May 05 2018 - sledgehammer999 - v4.1.0 - FEATURE: Add "Coalesce reads & writes" checkbox in advanced options (Chocobo1) - FEATURE: Smart Filter for RSS (Stephen Dawkins)