From 7d838acd8e6e521352193ded5f83ece3046f8f81 Mon Sep 17 00:00:00 2001 From: Mr Finchum Date: Mon, 3 Nov 2025 14:02:05 +0100 Subject: [PATCH] v1.6-1.8 --- _Sidebar.md | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/_Sidebar.md b/_Sidebar.md index 2636b7c..3f566d6 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -1,2 +1,34 @@ -# Changelog -How does this look / is shown on the wiki? +# Most reason changelog +*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.