feat: fixing version...
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-09-29 12:38:40 +02:00
parent b6f25690ae
commit 21378f2f5b
Signed by: CodeByMrFinchum
GPG key ID: C06071E8082FFA0B

View file

@ -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.
---