feat: Added resizing option to preview window to reduce lag.

This commit is contained in:
Mr Finchum 2025-02-12 15:43:53 +01:00
parent 9000702636
commit 2c633d6dc4
4 changed files with 120 additions and 41 deletions

View file

@ -1,17 +1,23 @@
# Changelog
### 0.14.x
#### 0.14.1: Patch changelog
## 0.15.0: Preview Image Resizing Update
- 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
- Updated the changelog to include missing entries.
#### 0.14.0: Code refactor (by Mr. Finch)
### 0.14.0: Code refactor (by Mr. Finch)
- Introduced constants and optimized the code.
### 0.13.x
#### 0.13.1: Fixed image processing
## 0.13.x
### 0.13.1: Fixed image processing
- Fixed a bug that made it impossible to process images.
#### 0.13.0: Requirements file (by Mr. Finch)
### 0.13.0: Requirements file (by Mr. Finch)
- Added a requirements file.
## 0.12.x