4.6.2
authorMatthias Clasen <mclasen@redhat.com>
Sat, 19 Mar 2022 00:29:42 +0000 (20:29 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 19 Mar 2022 00:38:15 +0000 (20:38 -0400)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 625c334ff11a8d522d3a6788040b238051bd298a..455bd1cbf979491f461e0988524d587ba5368a26 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,91 @@
+Overview of Changes in 4.6.2, 18-03-2022
+========================================
+
+* GtkScrolledWindow:
+ - Set scroll-to-focus on viewports
+ - Avoid doubly triggering deceleration
+
+* GtkEntry:
+ - Stop cursor blinking on focus-out
+
+* Emoji:
+ - Update Emoji data to CLDR 40 and Unicode 14
+ - Add more locales for Emoji data (da, de, en, es,
+   fr hu, it, ko, lt, ms, nl, pl, pt, ru, s, uk zh)
+
+* GDK
+ - Optimize texture conversions on x86 and ARM
+ - Use EGK_KHR_swap_buffers_with_damage if available
+
+* GSK
+ - Avoid clearing opaque regions
+ - Support using a non-default framebuffer
+ - Handle large viewports by tiling
+
+* Wayland:
+ - Prefer xdg-activation over gtk-shell
+ - text protocol: Fix text caret location
+ - text protocol: Use serials to control outbound messages
+
+* Inspector:
+ - Show app ID and resource path
+
+* Demos:
+ - widget-factory: Handle F11 to toggle fullscreen
+
+* Tools:
+ - gtk-builder-tool: Allow use without display
+
+* Windows:
+ - Fix preedit window placement on HiDPI
+ - Build improvements
+ - Fix fullscreen handling
+
+* MacOS:
+ - Fix scrolling with an external mouse
+ - Fix kinetic scrolling with overshoot
+ - Improve monitor detection
+ - Many input handling fixes
+ - Support OpenGL accelerated video playback
+ - Support fullscreen
+ - Improve interactive window resizing and moving
+ - Fix backdrop state handling
+ - Fix GtkFileChooserNative filtering
+ - Use CALayer and IOSurface for rendering
+ - Use per monitor CVDisplayLink to support mixed-rate monitors
+ - Start applications in foreground
+ - Fix cursor blink time
+
+* Translation updates
+ Basque
+ Brazilian Portuguese
+ Catalan
+ Chinese (China)
+ Croatian
+ Czech
+ Danish
+ Finnish
+ Galician
+ German
+ Hebrew
+ Hungarian
+ Italian
+ Kazakh
+ Korean
+ Lithuanian
+ Norwegian BokmÃ¥l
+ Persian
+ Poliah
+ Portuguese
+ Russian
+ Slovak
+ Slovenian
+ Spanish
+ Swedish
+ Turkish
+ Ukrainian
+
+
 Overview of Changes in 4.6.1, 11-02-2022
 ========================================
 
index 17fdb1cfe7f455e615eb55a56c1b962323a481a5..41cf592ff497dda07b7bc5812a5f62acf75cd880 100644 (file)
@@ -1,5 +1,5 @@
 project('gtk', 'c',
-        version: '4.6.1',
+        version: '4.6.2',
         default_options: [
           'buildtype=debugoptimized',
           'warning_level=1',