refactor: fix&patch see changelog for 0.11.0

This commit is contained in:
Mr Finchum 2025-02-05 14:04:37 +00:00
parent cb016ae98f
commit 0d416aaf8d
15 changed files with 3266 additions and 42 deletions

View file

@ -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.