From 4bbd0ed477b028d4815e31ec2df09d217d21a145 Mon Sep 17 00:00:00 2001 From: AmirHossein Abdolmotallebi Date: Sat, 23 Nov 2024 09:37:24 +0330 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88bb1dc..cc7c756 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,29 @@ ### Security +## 1.4.3 + +### Added + +- "Download Completion" window +- "Exit Confirmation" dialog when there is active download +- An Option to automatically show "Download Completion" window (Optional) +- An Option to automatically show "Download Progress" window when user presses on "Resume" (Optional) + +### Changed + +- Default thread count is now 8 +- Shape of filename of release binaries changed (added arch name after platform name) + +### Fixed + +- "Delete entire list" task does not remove all downloads +- Filename not detected correctly from some download servers +- Rename download changes state to paused if it was finished +- Improved installation script for linux +- Improved "Settings" page +- Translations updated + ## 1.4.2 ### Added