Update CHANGELOG.md

This commit is contained in:
Iván Eduardo Chavez Ayub
2025-10-20 13:12:33 -06:00
committed by GitHub
parent 781de53f1e
commit 516f35e172
+5
View File
@@ -271,6 +271,8 @@
- The application now explicitly handles images with an alpha channel (4-channel BGRA) when using face restoration models. A new import for `COLOR_BGRA2BGR` was added, and it is used within `preprocess_face_image` to convert images to the 3-channel BGR format expected by the GFPGAN model. This prevents runtime errors and ensures correct processing of PNGs or other images with transparency.
---
## Version2.2
**Release date:** 7July2025
@@ -348,6 +350,8 @@
- Core methods in AI classes now include checks for `None` inputs and feature default fallbacks (`case _:`) in `match` statements to prevent unexpected errors with unsupported data.
---
## Version2.1
**Release date:** 23June2025
@@ -473,3 +477,4 @@
- Userinterface tweaks for better accessibility (focus indicators, tab order).