diff --git a/NEWS b/NEWS index d7010d9250..bee130bd10 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,8 @@ -Overview of Changes in 4.14.0, xx-xx-xxxx +Overview of Changes in 4.14.1, xx-xx-xxxx +========================================= + + +Overview of Changes in 4.14.0, 12-03-2024 ========================================= Note: The new renderers and dmabuf support are using graphics drivers @@ -9,6 +13,7 @@ recommended to use the latest mesa release (24.x) with the new renderers. * GtkTextView: - Don't snapshot children twice + - Don't blink the cursor when hidden * GtkEmojiChooser: - Fix presentation selector handling @@ -16,6 +21,9 @@ recommended to use the latest mesa release (24.x) with the new renderers. * GtkSnapshot: - Fix wrong nodes with transformed shadows +* GtkIMContext: + - Make gtk_im_context_activate_osk public + * Accessibility: - Implement get_contents_at for all our text widgets - Add GtkAccessibleText.get_default_attributes @@ -25,6 +33,8 @@ recommended to use the latest mesa release (24.x) with the new renderers. - Round vertical glyph position to a device pixel position if the font is hinted - Fix problems with clip handling - Make vulkan and ngl match their font handling + - Fix some corner-cases with offloading and clips + - Fix problem with rendering of missing glyphs in hinted fonts * MacOs: - Implement cursor-from-texture @@ -39,8 +49,10 @@ recommended to use the latest mesa release (24.x) with the new renderers. Lithuanian Norwegian Bokmål Slovenian + Spanish Turkish + Overview of Changes in 4.13.9, 02-03-2024 ========================================= diff --git a/meson.build b/meson.build index d6b9a06a45..bf32c40fc2 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gtk', 'c', - version: '4.14.0', + version: '4.14.1', default_options: [ 'buildtype=debugoptimized', 'warning_level=1',