feat: Automatically add missing exif fields
All checks were successful
ci/woodpecker/pr/woodpecker_ci Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker_ci Pipeline was successful
ci/woodpecker/push/woodpecker_ci Pipeline was successful
ci/woodpecker/tag/woodpecker_ci Pipeline was successful

This commit is contained in:
Mr Finchum 2025-08-13 13:43:02 +02:00
parent 9dc14cdfcb
commit 7f11a29c63
Signed by: CodeByMrFinchum
GPG key ID: C06071E8082FFA0B
3 changed files with 39 additions and 2 deletions

View file

@ -1,5 +1,15 @@
# Changelog
## 1.7.x
### 1.7.0: Feature - Automatically Add Missing EXIF Fields
- Between versions 1.5 and 1.6, two new EXIF fields were introduced: `developer` and `time`.
- If these fields were missing in the local EXIF file, the program would still load but crash when processing an image.
- Previously, this could be fixed manually by adding the missing fields, something I could easily do myself, but not ideal for other users.
- The program now automatically checks if the local EXIF file has these fields, and if not, it adds them with default values.
- This might make it easier in the future to adjust local files.
---
## 1.6.x
### 1.6.0: Feature - Add Information from Developing Process