4
_Sidebar
Mr Finchum edited this page 2025-11-03 14:15:11 +01:00
Table of Contents
- Most reason changelog
Most reason changelog
See complete changelog here
1.8.x
1.8.2: Patch - removing changelog from source (25.11.03)
- Moving the changelog to the wiki.
- This will make it easier in the future to update the changelog, fixing spelling in the changelog will no longer make a version bump.
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:
developerandtime. - 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
NAormm:ss. - Improved EXIF Edit Window: Pressing Enter (Return) now adds the new item to the list, just like pressing the Add button.