From a456f1b0f92d3c6eebfa9c738d8d38c0f2d2a542 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Sun, 4 Aug 2019 14:14:21 +0300 Subject: [PATCH] Update Changelog --- Changelog | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/Changelog b/Changelog index 06697d761..9364b3f85 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,41 @@ +* Sun Aug 04 2019 - sledgehammer999 - v4.1.7 + - FEATURE: Add 12 hour and 24 hour speed graphs (dzmat) + - FEATURE: Change "Add new torrent" dialog to horizontal layout (Evgeny Lensky) + - BUGFIX: Fix messed up symbols in log (Chocobo1) + - BUGFIX: Fix incomplete file extension not applied for new torrents (Chocobo1) + - BUGFIX: Save updated resume data for completed torrents (Vladimir Golovnev (Glassez)) + - BUGFIX: Fix requested torrent resume data handling (Vladimir Golovnev (Glassez)) + - BUGFIX: Prevent command injection via "Run external program" function (Chocobo1) + - BUGFIX: Avoid race conditions when adding torrent (Vladimir Golovnev (Glassez)) + - BUGFIX: Fix torrent checking issues (Vladimir Golovnev (Glassez)) + - BUGFIX: Use proper log message when there are no error (Chocobo1) + - BUGFIX: Fix torrent properties not saved for paused torrents (Chocobo1) + - BUGFIX: Some improvements on qtsingleapplication code (Chocobo1) + - BUGFIX: Remove limits of "Disk cache expiry interval" setting (Chocobo1) + - BUGFIX: Remove upper limit of "Disk cache" setting (Chocobo1) + - BUGFIX: Fix crash when removing phantom tags (Chocobo1) + - BUGFIX: Improve handleFileErrorAlert error message (Chocobo1) + - BUGFIX: Fix updated save path not saved for paused torrents (Chocobo1) + - BUGFIX: Log save_resume_data_failed_alert (Chocobo1) + - BUGFIX: Don't remove parent directories (Chocobo1) + - BUGFIX: Properly remove empty leftover folders after rename (Chocobo1) + - BUGFIX: Focus behavior row in Options dialog (silverqx) + - BUGFIX: Fix unable to rename folder on Windows when same is used in different case(Chocobo1) + - BUGFIX: Fix unable to control add torrent dialogs when opened simultaneously (Chocobo1) + - BUGFIX: Disable "Upload mode" when start preloaded torrent (Vladimir Golovnev (Glassez)) + - BUGFIX: Fix wrong comparison result when sorting items(Chocobo1) + - BUGFIX: Fix sequential downloading when redirected (Vladimir Golovnev (Glassez)) + - BUGFIX: Fix typos (Chocobo1) + - BUGFIX: Fix assertion fail (Chocobo1) + - BUGFIX: Change number of time axis divisions from 5 to 6 for convenience (dzmat) + - BUGFIX: Don't turn window blank when closed to system tray (Ekin Dursun) + - WEBUI: Fix WebUI encoding of special characters (Thomas Piccirello) + - WEBUI: Change the speed unit from Bytes/s to KiB/s for the rate limiter(jerrymakesjelly) + - WEBUI: Fix '+' char not decoded to space correctly (Chocobo1) + - RSS: Ignore RSS articles with non-unique identifiers (Vladimir Golovnev (Glassez)) + - RSS: Perform more RSS parsing in working thread (Vladimir Golovnev (Glassez)) + - RSS: Download RSS enclosure element if no proper MIME type is found (Matan Bareket) + * Sun May 05 2019 - sledgehammer999 - v4.1.6 - BUGFIX: Force recheck multiple torrents one by one in all possible cases. Closes #9120 (glassez) - BUGFIX: Don't query Google for tracker favicons, for privacy reasons (sledgehammer999)