[libadwaita/wip/exalm/11beta] Release 1.1.beta




commit bf1019a5fe20511ccdcdce8e3759c93b55ffe898
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Sun Feb 13 01:34:20 2022 +0500

    Release 1.1.beta

 NEWS        | 35 +++++++++++++++++++++++++++++++++++
 meson.build |  2 +-
 2 files changed, 36 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index c321f476..f7f1ee8f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,38 @@
+================
+Version 1.1.beta
+================
+
+- Fix building with MSVC
+- AdwActionRow
+  - Don't make activatable if the activatable widget is insensitive
+- AdwClamp
+  - Fix measure() with height-for-width children
+- AdwComboRow
+  - Fix end padding when the dropdown arrow is hidden
+- AdwExpanderRow
+  - Fix focus handling
+- AdwPreferencesGroup
+  - Add support for header suffixes
+- AdwPreferencesRow
+  - Add 'title-selectable' property
+- Demo
+  - Fix combo rows in AdwCarousel demo
+  - Remove the "Frobnicate" button
+- Docs
+  - Fix AdwViewSwitcherBar and AdwViewStack examples
+  - Fix typos
+  - Better wording for @self parameters
+- Stylesheet
+  - Fix radio hover state in GtkPopoverMenu
+  - Don't draw textview background 2 times
+- Translation updates:
+  - Abkhazian
+  - French
+  - Indonesian
+  - Occitan
+  - Persian
+  - Vietnamese
+
 =============
 Version 1.0.1
 =============
diff --git a/meson.build b/meson.build
index a9bf916c..e457f6a6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libadwaita', 'c',
-          version: '1.1.alpha.0',
+          version: '1.1.beta',
           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]