From ee4ee4e0bdc6fa46773a3d58a34428544cd098c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Kol=C3=A5s?= <pippin@gimp.org> Date: Thu, 17 Aug 2023 14:25:52 +0200 Subject: [PATCH] CHANGELOG: detailing ctx changes --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b13b0cc8a5..95f5a6535c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,9 +20,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed - `ctx.get_font_name()` now raises an exception for unknown fonts. +- Raised umber of concurrent textures to 32. ### Fixed -- Fixed JPEG support by enabling `CTX_FORMAT_RGB8`. +- Fixed PNG without alpha and JPEG support by enabling `CTX_FORMAT_RGB8`. +- Fixed image cache eviction by introducing a ctx frameclock. - Fixed incorrect merging of settings dicts in `st3m.settings`. -- GitLab