Feat: Added compatibility with optima35 v1.0

This commit is contained in:
Mr Finchum 2025-01-28 15:03:47 +00:00
parent 2a5efcd88c
commit 09025105ea
7 changed files with 76 additions and 442 deletions

View file

@ -1,6 +1,20 @@
# Changelog
## 0.4.x
### 0.4.0
- Fixed a critical issue that prevented the program from functioning.
- Updated compatibility to align with the **upcoming** optima35 **release**.
**Removal of TUI:**
- The TUI version is no longer compatible with optima35 v1.0.
- Maintaining two UIs has become too time-consuming, as the primary focus is on the GUI, which provides the best user experience. Recently, the TUI version was only receiving patches without any meaningful enhancements.
---
## 0.3.x
### 0.3.7: prepear for optima35 release
- Added a maximum version of dependencies list.
### 0.3.6: Patch
- Added check if any exif options are empty.
- Also made the exif editor aviable without checking the exif box.
@ -14,6 +28,8 @@
### 0.3.0
- Repo only: adding pipeline
---
## 0.2.x
### 0.2.3
- Refactored code for improved readability.
@ -34,6 +50,8 @@
- Added a new experimental preview window to display an image and show how changing values affects it.
- Programm now warns for potential overwrite of existing files.
---
## 0.1.x
### 0.1.1
- Update metadata, preview, readme, bump in version for pip
@ -41,6 +59,8 @@
### 0.1.0
- Preserved the current working GUI by pinning `optima35` to a specific version for guaranteed compatibility.
---
## 0.0.x
### 0.0.4-a2
- Adding __version__ to `__init__.py` so version is automaticly updated in program as well as pypi.