From 516f35e1722c85c89bf419051694f30ae102b748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Eduardo=20Chavez=20Ayub?= <165610830+Ivan-Ayub97@users.noreply.github.com> Date: Mon, 20 Oct 2025 13:12:33 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a704b12..649c789 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +--- + ## Version 2.2 **Release date:** 7 July 2025 @@ -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. +--- + ## Version 2.1 **Release date:** 23 June 2025 @@ -473,3 +477,4 @@ - User‑interface tweaks for better accessibility (focus indicators, tab order). +