Updated to 1.2

This commit is contained in:
Mr Finchum 2025-03-23 22:46:44 +01:00
parent bfea75f843
commit c0476672a8

View file

@ -1,11 +1,16 @@
# Changelog
### 1.2.x: Refactor
#### 1.2.0: Splitting Classes into Separate Files
- Refactored `gui.py`, which previously contained almost all the code, into multiple files.
- Each window's logic is now in its own file, improving code organization.
- Window layouts remain in `.ui` folder, while their logic is now properly separated.
## 1.1.x
### 1.1.0: New Function in Preview Window
- Added a new feature to the preview window: **Hold a button to temporarily view the original (unedited) image.** This makes it easier to compare changes.
- Minor UI adjustments.
## 1.0.x
### 1.0.1: Fixed spelling
- Fixes spelling some places