From f58e28b36d5b6256dfa9be4664ef3e389dfaa417 Mon Sep 17 00:00:00 2001 From: AmirHossein Abdolmotallebi Date: Fri, 27 Dec 2024 23:09:58 +0330 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fb9c5dd..74dbf1fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,32 @@ ### Security +## 1.5.0 + +### Added + +- In App Update feature. +- An option to track deleted files on disk and remove them from the download list (either manually or automatically). +- Delete option to the Main toolbar. + +### Changed + +- UI Scale maximum value increased to 3x. + +### Fixed + +- When you change "Default download Folder", the "Download Location" of categories also updated (if they are inside " + Default Download Location"). +- Issue on the "Add Multiple Download" page where the "Save Mode" set to "All in Same Location" was not functioning as + expected. +- App does not start on boot when installation path contains space. + +### Improved + +- Redesigned "About" Page. +- Translations updated. +- "Extra Config" section on the "Add Download" page was not displaying correctly in some languages. + ## 1.4.4 ### Added