From 1f284fcd706de5b0b8c54fee3ff61880caf1d167 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 23 Feb 2021 20:58:58 -0500 Subject: [PATCH] 4.1.1 --- NEWS | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 60 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 12540b78a3..1aa16887a2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,62 @@ +Overview of Changes in 4.1.1 +============================ + +* Popover: + - Support shadows on popover > contents + +* Input: + - Show preedit for compose sequences + - Support long compose sequences + - Support compose sequences producing multiple characters + +* Themes: + - Allow suggested and destructive actions in lists + - Disable shadows on maximized, fullscreen and tiled windows + - Fine-tune scrollbar transitions and size + +* CSS: + - Support drop-shadow filters + - Correct blur filter spread interpretation + +* Documentation: + - Improvements and updates for dialogs and native dialog + +* Printing: + - Support Avahi-discovered printers better + +* GSK: + - Add another OpenGL render. It is not the default yet. + To try it, use GSK_RENDERER=ngl + +* Build: + - Lots of static analysis fixes found by pvs + - Add a -Dprofile=devel option for devel styling and + use it for nightly flatpaks + +* X11: + - Fix DND of X11-specific types + +* Wayland: + - Fix lookup of font settings in flatpaks + +* Windows: + - Fix window resizing + - Avoid UAC for gtk-update-icon-cache + +* MacOs: + - Use correct module file extension + - Make OpenGL context opaque when possible + - Fix window resizing + +* Translation updates: + British English + Czech + Danish + Galician + Hungarian + Turkish + + Overview of Changes in 4.1.0 ============================ diff --git a/meson.build b/meson.build index c3a980ef8d..f3dba9d276 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gtk', 'c', - version: '4.1.0', + version: '4.1.1', default_options: [ 'buildtype=debugoptimized', 'warning_level=1',