4.8.1
authorMatthias Clasen <mclasen@redhat.com>
Fri, 16 Sep 2022 16:29:33 +0000 (12:29 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 16 Sep 2022 16:29:33 +0000 (12:29 -0400)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index d9deea6117ceafa63193619b685247ca20d83396..fa73963a7c84a2f3ec6d00545ef92dd28c046a52 100644 (file)
--- 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
 ========================================
 
index 11f276e7bdc27da27bc390054f664524eecc9e9e..f45da9dce3d1633ba52c817c22698d66ef3b838f 100644 (file)
@@ -1,5 +1,5 @@
 project('gtk', 'c',
-        version: '4.8.0',
+        version: '4.8.1',
         default_options: [
           'buildtype=debugoptimized',
           'warning_level=1',