patch: Updated readme and preview of the program.

This commit is contained in:
Mr Finchum 2025-02-10 17:04:14 +01:00
parent 0abc4ba96f
commit 963f27109f
17 changed files with 15 additions and 14 deletions

View file

@ -1,5 +1,5 @@
# **OptimaLab35**
_Last updated: 02 Feb 2025 (v.0.9.0)_
_Last updated: 10 Feb 2025 (v.0.12.3)_
## **Overview**
@ -38,9 +38,9 @@ For the most accurate and detailed update information, please refer to the [**CH
- Automatically adjust EXIF timestamps based on image file names
- Add GPS coordinates to images
### **Updater**
### **Settings**
- Option to use `PyQtDarkTheme` and select Dark, Light, or auto theme
- Checks for updates on PyPI, automatically downloads and installs the latest version
- Restarts the program after update
---
@ -53,32 +53,33 @@ pip install OptimaLab35
---
## Preview GUI **0.9.0**
## Preview GUI **0.12.2**
**PREVIEW** might be out of date.
**Main tab**
![main](https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/raw/main/media/main_tab.png){width=40%}
![main](https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/raw/main/media/mainwindow_light.png){width=40%}
![main](https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/raw/main/media/mainwindow_dark.png){width=40%}
**Exif tab**
![main](https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/raw/main/media/exif_tab.png){width=40%}
**Exif editor**
![main](https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/raw/main/media/exif_editor.png){width=40%}
![main](https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/raw/main/media/mainwindow_exif_light.png){width=40%}
![main](https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/raw/main/media/mainwindow_exif_dark.png){width=40%}
**Preview window**
![main](https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/raw/main/media/preview_window.png){width=40%}
![main](https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/raw/main/media/previewwindow_light.png){width=40%}
![main](https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/raw/main/media/previewwindow_dark.png){width=40%}
**About**
**Settings**
![main](https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/raw/main/media/about_window.png){width=40%}
![main](https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/raw/main/media/settingswindow_light.png){width=40%}
![main](https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/raw/main/media/settingswindow_dark.png){width=40%}
**Updater**
![main](https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/raw/main/media/updater_window.png){width=40%}
![main](https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/raw/main/media/settingswindow_updater_light.png){width=40%}
![main](https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/raw/main/media/settingswindow_updater_dark.png){width=40%}
---