From c196ee37a2938ce6ed0bfde2b575a0013d997158 Mon Sep 17 00:00:00 2001 From: Alice Mikhaylenko Date: Fri, 15 Sep 2023 00:12:41 +0400 Subject: [PATCH] Release 1.4.0 --- NEWS | 26 ++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2d47a7033..663aef80a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,29 @@ +============= +Version 1.4.0 +============= + +- AdwBreakpointBin + - Clarify minimum size warnings +- AdwExpanderRow + - Improve accessible roles +- AdwPreferencesGroup + - Set described-by on the listbox +- Docs + - Fix a property name in breakpoint migration guide +- Stylesheet + - Fix toolbar view styles within sidebars + - Fix .navigation-sidebar:disabled style when used with GtkListView +- Build system fixes +- Translation updates + - Catalan + - Danish + - Dutch + - Esperanto + - Italian + - Occitan + - Spanish + - Swedish + ============== Version 1.4.rc ============== diff --git a/meson.build b/meson.build index 4a83510d9..81d2ca878 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libadwaita', 'c', - version: '1.4.rc', + version: '1.4.0', license: 'LGPL-2.1-or-later', meson_version: '>= 0.59.0', default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11' ], -- GitLab