[libhandy/wip/exalm/1590: 2/2] Release 1.5.90




commit c09c1503237dc719d91b52182fc4ab632cc390ad
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Feb 10 16:06:44 2022 +0500

    Release 1.5.90

 NEWS        | 34 ++++++++++++++++++++++++++++++++++
 meson.build |  2 +-
 2 files changed, 35 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 8c3c659a..91e86bf4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+==============
+Version 1.5.90
+==============
+
+- Documentation
+  - Port to gi-docgen
+  - Use "Since: 1.0" for pre-1.0 symbols
+  - Various cleanups and consistency updates
+- Demo
+  - Fix keyboard navigation
+  - Don't make rows containing buttons activatable
+  - Set minimum width on the view switcher window
+- HdyCarousel
+  - Properly remove mouse wheel timer
+- HdyClamp
+  - Fix measuring
+- HdyKeypad
+  - Fix keyboard navigation
+- HdyStyleManager
+  - Properly reset animations after style changes
+- HdySwipeTracker
+  - Fix a runtime warning
+- HdyTabView
+  - Propagate Alt+[0-9] when trying to switch to the selected tab
+- HdyViewSwitcher
+  - Properly center button labels
+- Build and CI cleanups
+- Remove unused distro packaging
+- Translation updates:
+  - Czech
+  - Romanian
+  - Slovenian
+  - Spanish
+
 =============
 Version 1.5.0
 =============
diff --git a/meson.build b/meson.build
index 103d4da1..4264f380 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libhandy', 'c',
-          version: '1.5.0',
+          version: '1.5.90',
           license: 'LGPL-2.1-or-later',
     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]