From 17f0c52a2fdb2e82dac36c27696998c70adc347b Mon Sep 17 00:00:00 2001 From: CodeByMrFinchum Date: Sat, 28 Dec 2024 17:58:02 +0100 Subject: [PATCH] includes info for v0.3.0. --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6bf924..b6c0002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.3.x +### 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.