This commit is contained in:
Mr Finchum 2025-01-09 11:31:19 +01:00
parent 1f9af8eddc
commit 1e5cfb9856
2 changed files with 6 additions and 1 deletions

View file

@ -1,6 +1,11 @@
# Changelog
## 0.2.x
### 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.

View file

@ -1 +1 @@
__version__ = "0.2.0-a1"
__version__ = "0.2.0"