This commit is contained in:
Mr Finchum 2025-01-12 16:56:24 +01:00
parent 0b7365e789
commit bc735b6830

View file

@ -1,6 +1,9 @@
# Changelog # Changelog
## 0.6.x ## 0.6.x
### 0.6.6
- Added function to insert exif data into image file (i.e. without modifying image)
### 0.6.5 / -a ### 0.6.5 / -a
- No breaking changes to backward compatibility yet. - No breaking changes to backward compatibility yet.
- Updated the `process` function: an image can now be returned in a modified form without saving. It is returned as a Qt image, which is required for the new UI functionality. - Updated the `process` function: an image can now be returned in a modified form without saving. It is returned as a Qt image, which is required for the new UI functionality.