v0.2.0
This commit is contained in:
parent
1f9af8eddc
commit
1e5cfb9856
2 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 0.2.x
|
## 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
|
### 0.2.0-a1
|
||||||
- Main UI received a facelift.
|
- Main UI received a facelift.
|
||||||
- Added a new experimental preview window to display an image and show how changing values affects it.
|
- Added a new experimental preview window to display an image and show how changing values affects it.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.2.0-a1"
|
__version__ = "0.2.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue