Updated to 1.2
This commit is contained in:
parent
bfea75f843
commit
c0476672a8
1 changed files with 6 additions and 1 deletions
|
@ -1,11 +1,16 @@
|
||||||
# Changelog
|
# 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.x
|
||||||
### 1.1.0: New Function in Preview Window
|
### 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.
|
- 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.
|
- Minor UI adjustments.
|
||||||
|
|
||||||
|
|
||||||
## 1.0.x
|
## 1.0.x
|
||||||
### 1.0.1: Fixed spelling
|
### 1.0.1: Fixed spelling
|
||||||
- Fixes spelling some places
|
- Fixes spelling some places
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue