From c648bb7b19bede75d3af4acaed468b922269ed05 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 16 Mar 2024 08:58:51 -0400 Subject: [PATCH] NEWS: Updates --- NEWS | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/NEWS b/NEWS index bee130bd10..a0705b0ad8 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,42 @@ Overview of Changes in 4.14.1, xx-xx-xxxx ========================================= +* GtkTextView: + - Fix a mixup of cursor and anchor when retrieving surrounding text + in input methods + +* Printing: + - Avoid accessing freed printers + +* Accessibility: + - Fix memory leaks + +* GDK: + - Rename the GDK_VULKAN_SKIP environment variable to GDK_VULKAN_DISABLE + - Add a GDK_GL_DISABLE environment variable + +* GSK: + - Rename the GSK_GPU_SKIP environment variable to GSK_GPU_DISABLE + - Speed up handling of repeated ops, which should help for text + - Speed up the inner loop of text node conversion + - Drop the glyph-align optimization flag + - ngl: Avoid reusing frames while they are in use + - Fix flickering thumbnails in nautilus + - Speed up buffer handling in both ngl and Vulkan + +* Demos: + - Skip demos using gl shaders when we're not using the gl renderer + +* Build: + - Fix some ubsan warnings + - Avoid zink in ci since it spams stderr + +* Translation updates: + Czech + German + Korean + Russian + Overview of Changes in 4.14.0, 12-03-2024 =========================================