[libadwaita/wip/exalm/104] Release 1.0.4




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

    Release 1.0.4

 NEWS        | 17 +++++++++++++++++
 meson.build |  2 +-
 2 files changed, 18 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 2b4c71c1..1e4a3241 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+=============
+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
+
 =============
 Version 1.0.3
 =============
diff --git a/meson.build b/meson.build
index 0c80cdfb..60c1813b 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]