From bc735b6830536551f2f1bb9dc2e47e158fddcb09 Mon Sep 17 00:00:00 2001 From: CodeByMrFinchum Date: Sun, 12 Jan 2025 16:56:24 +0100 Subject: [PATCH] v0.6.6 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index db44468..94c7866 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog ## 0.6.x +### 0.6.6 +- Added function to insert exif data into image file (i.e. without modifying image) + ### 0.6.5 / -a - 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.