This commit is contained in:
Mr Finchum 2025-01-13 15:43:48 +01:00
parent cfe7058228
commit caadaa24f0
2 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,9 @@
# Changelog
## 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).

View file

@ -1 +1 @@
__version__ = "0.2.1"
__version__ = "0.2.2"