patch: disabled restart option for windows, as it does not work.

This commit is contained in:
Mr Finchum 2025-02-11 13:00:24 +01:00
parent 1e91ee8cf6
commit 938209fdfd
4 changed files with 24 additions and 5 deletions

View file

@ -1,9 +1,16 @@
# Changelog
## 0.12.x
### 0.12.4: Fixed EXIF File Generation Bug
### 0.12.6: Disabled app restart on Windows
- 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
- 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
- The README file (project description) now includes updates description and screenshots.
### 0.12.3: UI Adjustments
- Minor changes to maintain a unified layout across all windows.
- Added option to sync app theme with OS (if supported).