From 28a0853fd6c58b2d9507e536b8a3fe00c564325d Mon Sep 17 00:00:00 2001 From: IoIxD Date: Sat, 26 Sep 2026 19:20:49 -0700 Subject: [PATCH] forgot a part of 2.0 changelog. oops. --- CHANGELOG.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 3bf997f1..37b8e4d5 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -20,6 +20,7 @@ Other changes include: - Document widget (MwDocumentClass) - text box widget that supports markdown. - Direct3D9 widget (MwDirect3D9Class) - helper widget that sets up a D3D9 context for you (Windows only) - Dark theme now uses Catppuccin Mocha theme +- Better alpha blending for pixmaps (they now respect background color change) - MwNstrikethrough and MwNunderline now work on all text-based widgets - Stability/performance fixes for the Wayland backend, most likely for the last time.