From 35a9f1af55ce43a00c564c1769f4755044ec17f7 Mon Sep 17 00:00:00 2001 From: "Mr. Finchum" Date: Sun, 23 Mar 2025 23:02:39 +0100 Subject: [PATCH] patch: patched formation of file. --- CHANGELOG.md | 47 +++++++++++++++++++++++++++++------------------ 1 file changed, 29 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ec2081..bcde410 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,72 +1,82 @@ # Changelog -### 1.2.x: Refactor -#### 1.2.0: Splitting Classes into Separate Files +--- + +## 1.2.x +### 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: New Function in Preview Window +### 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. -## 1.0.x +--- + +## 1.0.x (25.03.06) ### 1.0.1: Fixed spelling - Fixes spelling some places ### 1.0.0: Fix version bump - Version was not bumped correctly -## 0.15.1: Final Polish (06.03.25) +--- + +## 0.15.1: Final Polish (25.03.06) - 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) +## 0.15.0: Preview Image Resizing Update (25.02.12) - 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 (12.02.25) +### 0.14.1: Patch changelog (25.02.12) - Updated the changelog to include missing entries. -### 0.14.0: Code refactor (by Mr. Finch) (11.02.25) +### 0.14.0: Code refactor (by Mr. Finch) (25.02.11) - Introduced constants and optimized the code. -## 0.13.x (11.02.25) +## 0.13.x (25.02.11) ### 0.13.1: Fixed image processing - Fixed a bug that made it impossible to process images. ### 0.13.0: Requirements file (by Mr. Finch) - Added a requirements file. +--- + ## 0.12.x -### 0.12.6: Disabled app restart on Windows (11.02.25) +### 0.12.6: Disabled app restart on Windows (25.02.11) - 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 (10.02.25) +### 0.12.5: Fixed EXIF File Generation Bug (25.02.10) - 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 (10.02.25) +### 0.12.4: Updated README (25.02.10) - The README file (project description) now includes updates description and screenshots. -### 0.12.3: UI Adjustments (10.02.25) +### 0.12.3: UI Adjustments (25.02.10) - 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 (10.02.25) +### 0.12.2: Minor UI Improvements for Theme Compatibility (25.02.10) - Fixed text clipping issues when using the new theme options. -### 0.12.1: Removed Unnecessary Debug Prints (09.02.25) +### 0.12.1: Removed Unnecessary Debug Prints (25.02.09) - Removed leftover debug statements. -### 0.12.0: New Settings Menu & Patches (09.02.25) +### 0.12.0: New Settings Menu & Patches (25.02.09) - **New Settings Window:** - The updater window has been reworked into a settings window. - **Initial settings (first tab) include:** @@ -79,9 +89,10 @@ - Fixed an issue where links in labels (About window) did not open a browser. - Added a changelog link in the About window. - Minor changes to `utility.py` to handle settings. + --- -## 0.11.x (05.02.25) +## 0.11.x (25.02.05) ### 0.11.1: Fixed pipeline - Fixed pipeline publish error @@ -93,7 +104,7 @@ --- -## 0.10.x (04.02.25) +## 0.10.x (25.02.04) ### 0.10.1: Fixed Updater - Fixed an issue where the updater was permanently disabled.