[libhandy/wip/exalm/170] Release 1.7.0




commit 6859abbd7279c23552392bcc31117f675b8cf89f
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Sat Jul 9 22:46:40 2022 +0400

    Release 1.7.0

 NEWS        | 21 +++++++++++++++++++++
 meson.build |  2 +-
 2 files changed, 22 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 2e2c1e92..a05db93c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+=============
+Version 1.7.0
+=============
+
+- HdyDeck
+  - Remove a non-existent property mention
+- HdyStyleManager
+  - Correctly reset the theme if we're not overriding it.
+    Fixes switching away from HighContrast.
+  - Fix a typo in docs
+  - Remove a leftover debug message
+  - Add environment variables to control styles from Builder
+- Fix license in docs
+- Fix a Meson error when using as a subproject
+- Translation updates:
+  - Chinese (China)
+  - Dutch
+  - Indonesian
+  - Persian
+  - Turkish
+
 =============
 Version 1.6.0
 =============
diff --git a/meson.build b/meson.build
index 32b0ced4..95869944 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libhandy', 'c',
-          version: '1.6.0',
+          version: '1.7.0',
           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]