refactor: Splitting Classes into Separate Files
This commit is contained in:
parent
ce2dd90a39
commit
17f08bc74f
6 changed files with 568 additions and 517 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue