From 21378f2f5b9e6ede61a7c60ad06cd4a8562fcc38 Mon Sep 17 00:00:00 2001 From: Mr Finchum Date: Mon, 29 Sep 2025 12:38:40 +0200 Subject: [PATCH] feat: fixing version... --- CHANGELOG.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f206ac2..4c9229c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog ## 1.8.x -### 1.8.0: Feature - Adding wiki and reform readme +### 1.8.0: Feature - Adding wiki and reform readme (25.09.29) - Trimmed readme and moved some content to the wiki. - About now linkes to Forgejo not GitLab, and the new wiki. - pip readme also contains link to wiki. @@ -9,7 +9,10 @@ --- ## 1.7.x -### 1.7.0: Feature - Automatically Add Missing EXIF Fields +### 1.7.1: Incorrect version pump... (25.09.29) +- See changelog 1.8.0, was a problem in the git comment cousing wrong version pump... + +### 1.7.0: Feature - Automatically Add Missing EXIF Fields (25.08.13) - 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. @@ -19,7 +22,7 @@ --- ## 1.6.x -### 1.6.0: Feature - Add Information from Developing Process +### 1.6.0: Feature - Add Information from Developing Process (25.08.13) - Added two new combo boxes: one for **film developer** and one for **development time** (how long the film was developed). - The film developer field accepts all characters, while the time field only accepts `NA` or `mm:ss`. @@ -28,7 +31,7 @@ --- ## 1.5.x -### 1.5.0: Feature - Time of dateEdit now today +### 1.5.0: Feature - Time of dateEdit now today (25.05.30) - Changes that instead of the dateEdit elements being always set to a last day of 2024 it is the current day. ---