fix: Fixed updater being disabled.

This commit is contained in:
Mr Finchum 2025-02-04 12:43:42 +01:00
parent 8bb655eb40
commit cb016ae98f
3 changed files with 13 additions and 1 deletions

View file

@ -1,6 +1,9 @@
# Changelog
## 0.10.x
### 0.10.1: Fixed Updater
- Fixed an issue where the updater was permanently disabled.
### 0.10.0: Multithreading for Preview Window
- The preview window now processes images in a separate thread, and live update preview is enabled by default.
- This improves UI responsiveness.
@ -10,6 +13,9 @@
---
## 0.9.x
### 0.9.2: Enhanced updater
- Minor enhancments for the updater
### 0.9.1: Patch for Unsuccessful Successful Update
- Addressed a rare issue where the package did not update correctly using the updater.
- Unable to reproduce, but it may have been related to an older version and the restart process.