v1.6-1.8

Mr Finchum 2025-11-03 14:02:05 +01:00
parent 54900392b2
commit 7d838acd8e
Signed by: CodeByMrFinchum
GPG key ID: C06071E8082FFA0B

@ -1,2 +1,34 @@
# Changelog # Most reason changelog
How does this look / is shown on the wiki? *See complete changelog (here)[https://code.boxyfoxy.net/CodeByMrFinchum/OptimaLab35/wiki/Changelog]
## 1.8.x
### 1.8.1: Bug fix - changed python version (25.11.03)
- Changed the dependency of python in the pyproject.toml to fit with pyside6 since we need pyside6.
- With python v3.14 we getting error that dependencies can't be meet.
### 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.
---
## 1.7.x
### 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.
- 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 (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`.
- **Improved EXIF Edit Window**: Pressing **Enter** (Return) now adds the new item to the list, just like pressing the **Add** button.