Feature/enhancing

This commit is contained in:
Mr Finchum 2025-01-13 14:53:43 +00:00
parent e74c782027
commit 215fb9142d
15 changed files with 1602 additions and 422 deletions

View file

@ -1,6 +1,27 @@
# Changelog
## 0.1.0
## 0.2.x
### 0.2.2
- Moved processing images into a different thread, making the UI responsiable while processing
### 0.2.1
- Insert exif to image file (i.e. without changing the file).
### 0.2.0
- Now spaces in rename string are replaces with `_`.
- version check of `optima35`, incase pip did not update it.
- Sorting entries from exif file.
### 0.2.0-a1
- Main UI received a facelift.
- 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
### 0.1.0
- Preserved the current working GUI by pinning `optima35` to a specific version for guaranteed compatibility.
## 0.0.x