chore! finishing touches

Minor changes to the UI, few fixes and updating documentation for stable release.
This commit is contained in:
Mr Finchum 2025-03-06 16:20:13 +00:00
parent 2c633d6dc4
commit c08bb59dae
12 changed files with 234 additions and 151 deletions

View file

@ -1,19 +1,25 @@
# Changelog
## 0.15.0: Preview Image Resizing Update
## 1.0: Final Polish (06.03.25)
- Fixed a bug where the GPS field being empty but selected caused issues.
- EXIF insertion is now canceled if any image in the folder does not end with a number.
- Minor GUI adjustments for a more polished experience.
- Disabled preview adjustment controls until an image is loaded to prevent errors.
## 0.15.0: Preview Image Resizing Update (12.02.25)
- Added the ability to change the preview image size dynamically.
- Previously, the image was processed and displayed at its original size, causing lag or unresponsiveness when adjusting the slider.
- Reducing the processed image size should help improve performance.
- Default preview image size is now **25%**, but users can adjust it between **10% and 100%**.
## 0.14.x
### 0.14.1: Patch changelog
### 0.14.1: Patch changelog (12.02.25)
- Updated the changelog to include missing entries.
### 0.14.0: Code refactor (by Mr. Finch)
### 0.14.0: Code refactor (by Mr. Finch) (11.02.25)
- Introduced constants and optimized the code.
## 0.13.x
## 0.13.x (11.02.25)
### 0.13.1: Fixed image processing
- Fixed a bug that made it impossible to process images.
@ -21,28 +27,28 @@
- Added a requirements file.
## 0.12.x
### 0.12.6: Disabled app restart on Windows
### 0.12.6: Disabled app restart on Windows (11.02.25)
- The app can not restart properly on Windows, so the restart button has been hidden when the OS is `nt`.
- Also updated tool tip to indicate that changing theme requeres are restart.
### 0.12.5: Fixed EXIF File Generation Bug
### 0.12.5: Fixed EXIF File Generation Bug (10.02.25)
- Fixed a bug where the application failed to generate a new default EXIF file if none was available. Now, the file is correctly created when missing.
### 0.12.4: Updated README
### 0.12.4: Updated README (10.02.25)
- The README file (project description) now includes updates description and screenshots.
### 0.12.3: UI Adjustments
### 0.12.3: UI Adjustments (10.02.25)
- Minor changes to maintain a unified layout across all windows.
- Added option to sync app theme with OS (if supported).
- Set auto theme as the default value.
### 0.12.2: Minor UI Improvements for Theme Compatibility
### 0.12.2: Minor UI Improvements for Theme Compatibility (10.02.25)
- Fixed text clipping issues when using the new theme options.
### 0.12.1: Removed Unnecessary Debug Prints
### 0.12.1: Removed Unnecessary Debug Prints (09.02.25)
- Removed leftover debug statements.
### 0.12.0: New Settings Menu & Patches
### 0.12.0: New Settings Menu & Patches (09.02.25)
- **New Settings Window:**
- The updater window has been reworked into a settings window.
- **Initial settings (first tab) include:**
@ -57,7 +63,7 @@
- Minor changes to `utility.py` to handle settings.
---
## 0.11.x
## 0.11.x (05.02.25)
### 0.11.1: Fixed pipeline
- Fixed pipeline publish error
@ -69,7 +75,7 @@
---
## 0.10.x
## 0.10.x (04.02.25)
### 0.10.1: Fixed Updater
- Fixed an issue where the updater was permanently disabled.