This commit is contained in:
Mr Finchum 2025-02-05 15:03:19 +01:00
parent 60a459298a
commit 08e847bce4

View file

@ -1,5 +1,13 @@
# Changelog # 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.x
### 0.10.1: Fixed Updater ### 0.10.1: Fixed Updater
- Fixed an issue where the updater was permanently disabled. - Fixed an issue where the updater was permanently disabled.