Feature/gui

This commit is contained in:
Mr Finchum 2024-12-30 20:19:49 +00:00
parent c36ab9b733
commit 1512e8efeb
15 changed files with 2328 additions and 299 deletions

View file

@ -1,5 +1,52 @@
# Changelog
## 0.3.x
### 0.3.4: Features Finalized
- Core Features Completed:
- All functions are now available, though minor bugs may exist.
- GUI State:
- Interface is in a polished state but still needs refinement.
**Implemented Features:**
- Image Processing:
- Resizing
- Renaming with order adjustment
- Grayscale conversion
- Brightness adjustment
- Contrast adjustment
- EXIF Management:
- Copy EXIF data
- Add custom EXIF information
- Add GPS data
- Add date to EXIF
- Watermarking:
- Watermark functionality is now finalized and no longer experimental.
### 0.3.3: Exif implemented
- New EXIF settings tab in the GUI.
- Popup window for editing EXIF data.
- Added options for:
- Adding date to EXIF.
- Adding GPS coordinates to EXIF.
### 0.3.2: New ui
- Major overhaul of the gui
- Adding preview to readme
- All options on the first tab work
- Watermark still experimentel, font selecting will be added
- Second tab is for exif control, copy option works already
### 0.3.1: license change
- Changed license from CC BY-NC 4.0 to AGPL-3.0.
### 0.3.0: Qt GUI Transition (PySide6)
- Shifted from a TUI approach to a GUI-based layout.
- Adopted **PySide6** for the GUI and **Qt Designer** for designing layouts.
- Introduced a proof-of-concept UI, and adding own exif does not work
- Watermark is still in testing / alpha
- Original TUI version was forked and is still aviable, currently this branch includes the TUI version until the next minor version change.
## 0.2.x
### 0.2.1: Merge from TUI fork
- Ensure watermark is white with black borders.