diff --git a/CHANGELOG.md b/CHANGELOG.md index ab50455..034032f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog ## 0.3.x +### 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. diff --git a/README.md b/README.md index 1d38d9f..60f28ef 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,11 @@ This project is a *port* of my earlier work, an collection of [bash script](http OPTIMA-35 is evolving! The project is transitioning from a terminal-based user interface (TUI) to a graphical user interface (GUI) using Qt (via PySide6). First TUI version was forked to [OPTIMA-35 TUI](https://gitlab.com/python_projects3802849/optima-35-tui). I intend to keep the TUI version functional since it is usefull for headless setup. +**GUI for OPTIMA-35 v0.3.2** *Style depends on theme of OS* + +![img](https://gitlab.com/python_projects3802849/optima-35/-/raw/feature/GUI/media/early_gui.png){width=40%} + + ## **Current Status** **The README is temporarily outdated** while the GUI version is under development. For the latest updates, please check the **changelog**—I always maintain a detailed log of changes. diff --git a/media/early_gui.png b/media/early_gui.png index 7a4969e..b5e8091 100644 Binary files a/media/early_gui.png and b/media/early_gui.png differ