[libadwaita/wip/exalm/104: 2/2] Release 1.0.4




commit 39a9a4b5b5987737537d6a044da7c7fdb91f544f
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Sat Apr 23 01:35:34 2022 +0400

    Release 1.0.4

 NEWS        | 18 ++++++++++++++++++
 meson.build |  2 +-
 2 files changed, 19 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 2b4c71c1..b64940f3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+=============
+Version 1.0.4
+=============
+
+- AdwAvatar
+  - Fix initials not updating after setting custom-image
+- AdwSplitButton:
+  - Avoid state changes during dispose
+- AdwViewSwitcherTitle
+  - Clear pending idle callback on unrealize
+- AdwTabBar
+  - Ensure indicators are clickable with inverted=true
+  - Fix resize deferring with non-expanded tabs
+  - Fix scroll animation stopping too early
+- Mention AdwComboRow:selected type in migration guide
+- Fix a build warning in AdwCarouselIndicatorDots
+- Fix a Meson error when using as a subproject
+
 =============
 Version 1.0.3
 =============
diff --git a/meson.build b/meson.build
index 2e446eea..b3bd8085 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libadwaita', 'c',
-          version: '1.0.3',
+          version: '1.0.4',
           license: 'LGPL-2.1-or-later',
     meson_version: '>= 0.59.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]