feat: image adjustments written to exif.

This commit is contained in:
Mr Finchum 2025-03-24 15:34:29 +01:00
parent 7adea3084a
commit ef92ffb5b9
2 changed files with 14 additions and 5 deletions

View file

@ -1,22 +1,27 @@
# Changelog
## 1.3.x
### 1.3.0: Feature Write Adjustments into EXIF
- Changes to contrast and brightness are now recorded in the EXIF comment section (labeled *Scanner* in the program).
- This allows users to track what adjustments were made to an image.
---
## 1.2.x
### 1.2.2 Patch: Pyproject file (25.03.23)
### 1.2.2: Patch - Pyproject file (25.03.23)
- Fixed `Development Status` Classifier
- Added <4.0 python version
### 1.2.1 Patch: Changelog file (25.03.23)
### 1.2.1: Patch - Changelog file (25.03.23)
- Patches formation in changelog file.
### 1.2.0 Refactor: Splitting Classes into Separate Files (25.03.23)
### 1.2.0: Refactor - Splitting Classes into Separate Files (25.03.23)
- Refactored `gui.py`, which previously contained almost all the code, into multiple files.
- Each window's logic is now in its own file, improving code organization.
- Window layouts remain in `.ui` folder, while their logic is now properly separated.
## 1.1.x
### 1.1.0 Feature: New Function in Preview Window (25.03.23)
### 1.1.0: Feature - New Function in Preview Window (25.03.23)
- Added a new feature to the preview window: **Hold a button to temporarily view the original (unedited) image.** This makes it easier to compare changes.
- Minor UI adjustments.