diff --git a/CHANGELOG.md b/CHANGELOG.md index 7237fb6..26b7fa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.11.0: Refactor and Patches +- Fixed an issue with the updater: The updater window wouldn't start if the `updater_log.json` file was missing or lacked a valid last `time.time()` float value. +- Corrected layout issues in the preview window, repositioning elements to their proper places. +- Added an application icon (may not work on all desktop environments). +- Refactored code to reduce the size of the PyPi package by removing unnecessary folders. + +--- + ## 0.10.x ### 0.10.1: Fixed Updater - Fixed an issue where the updater was permanently disabled.