[libhandy] Release 1.2.1



commit e6e5b4f747d43f10ad2af18060bf1c1d034c9c1a
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Tue Apr 13 14:08:10 2021 +0200

    Release 1.2.1

 NEWS        | 24 ++++++++++++++++++++++++
 meson.build |  2 +-
 2 files changed, 25 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index e2cc96b8..e5abac80 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+=============
+Version 1.2.1
+=============
+
+- HdyDeck and HdyLeaflet:
+  - Skip the unfolded allocation phase if there are no visible children,
+    fixing a crash.
+  - Fix the reverse child order.
+- HdyHeaderBar:
+  - Stop force centering an expanded title when loose.
+- HdyFlap:
+  - Fix shadow glitches on flap child resizes.
+- HdyPreferencesWindow:
+  - Give the window the .preferences style class.
+  - Make the search results page's margins adaptive.
+- Demo:
+  - Fix a memory leak in the view switcher demo.
+- Meson:
+  - Avoid trailing slashes in directories if package_subdir is empty.
+- Translation updates:
+  - Basque
+  - Dutch
+  - Finnish
+
 =============
 Version 1.2.0
 =============
diff --git a/meson.build b/meson.build
index d06ed773..6735eea8 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libhandy', 'c',
-          version: '1.2.0',
+          version: '1.2.1',
           license: 'LGPL-2.1+',
     meson_version: '>= 0.49.0',
   default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11' ],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]