From: Matthias Clasen Date: Fri, 16 Sep 2022 16:29:33 +0000 (-0400) Subject: 4.8.1 X-Git-Tag: archive/raspbian/4.8.3+ds-2+rpi1~3^2~20^2~2^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3a941eff4aa0ad66e0aa34e6528bc4d78c5e5d5e;p=gtk4.git 4.8.1 --- diff --git a/NEWS b/NEWS index d9deea6117..fa73963a7c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,35 @@ +Overview of Changes in 4.8.1, 16-09-2022 +======================================== + +* Input: + - Fix problems with input method interactions that caused + dead keys not to work + - Accept single-key compose sequences (these are used with + some keyboard layouts) + +* GtkColumnView: + - Flip column order in right-to-left context + +* GtkGridView: + - Fix problems with rubberbanding + +* GtkFileChooser: + - Fix positioning of popovers in the places view + - Make ~ and . keyboard shortcuts work again + +* gsk: + - Make glyph upload more similar to icons + +* Make file transfer via portals work, this fixes file + copy/paste and dnd in flatpaks + +* Translation updates: + Catalan + Chinese (China) + Chinese (Taiwan) + Latvian + + Overview of Changes in 4.8.0, 06-09-2022 ======================================== diff --git a/meson.build b/meson.build index 11f276e7bd..f45da9dce3 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gtk', 'c', - version: '4.8.0', + version: '4.8.1', default_options: [ 'buildtype=debugoptimized', 'warning_level=1',