diff options
author | Matthias Clasen <mclasen@redhat.com> | 2022-10-24 08:55:31 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2022-10-24 08:55:31 -0400 |
commit | 73bea05c3386075528542c2714790199f2bb5861 (patch) | |
tree | dcb12de46558ca138c7670124e31f3cf79663041 | |
parent | 9eec8e9e45a75a454bd6a416194bd88534c04a1c (diff) | |
download | gtk+-73bea05c3386075528542c2714790199f2bb5861.tar.gz |
4.6.84.6.8
-rw-r--r-- | NEWS | 61 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 62 insertions, 1 deletions
@@ -1,3 +1,64 @@ +Overview of Changes in 4.6.8, 24-10-2022 +======================================== + +* Input: + - Fix problems with input method interactions that caused + dead keys not to work + +* GtkText: + - Respect the no-emoji input hint fully + +* GtkNotebook: + - Fix an infinite loop in accessibility code + - Event handling fixes + +* GtkFileChooser: + - Restore ~ and .functionality + +* GtkTreeView: + - Event handling fixes + +* GtkTreeListModel: + - Prevent possible crashes with collapsed nodes + +* GtkGridView: + - Fix issues with rubberband selection + +* GtkEmojiChooser: + - Fix navigation with arrow keys when filtered + +* GtkPopover: + - Fix problems with focus when dismissing popovers + - Fix problems with focusing editable labels in popovers + +* GtkStackSidebar: + - Improve accessible presentation + +* Wayland: + - Make gtk_launch_uri more robust + - Make monitor bounds handling more robust + - Prevent shrinking clients due to wrong toplevel bounds + +* Flatpak: + - Fix file DND with the FileTransfer portal + +* Translation updates + Brazilian Portuguese + Croatian + Czech + Georgian + German + Hungarian + Icelandic + Lithuanian + Polish + Portuguese + Serbian + Slovenian + Swedish + Turkish + + Overview of Changes in 4.6.7, 17-08-2022 ======================================== diff --git a/meson.build b/meson.build index 6f12b25c8b..5ea97fbee1 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gtk', 'c', - version: '4.6.7', + version: '4.6.8', default_options: [ 'buildtype=debugoptimized', 'warning_level=1', |