[gnome-contacts] Release unstable version 43.alpha



commit 8ad025730df5e7c02b1c3a4ab443c83064e015cd
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Wed Jul 27 14:43:39 2022 +0200

    Release unstable version 43.alpha

 data/org.gnome.Contacts.appdata.xml.in.in | 22 ++++++++++++++++++++++
 meson.build                               |  2 +-
 2 files changed, 23 insertions(+), 1 deletion(-)
---
diff --git a/data/org.gnome.Contacts.appdata.xml.in.in b/data/org.gnome.Contacts.appdata.xml.in.in
index 1fa739fa..f36c893d 100644
--- a/data/org.gnome.Contacts.appdata.xml.in.in
+++ b/data/org.gnome.Contacts.appdata.xml.in.in
@@ -26,6 +26,28 @@
   </screenshots>
 
   <releases>
+    <release date="2022-07-27" version="43~alpha" type="development">
+      <description>
+        <p>
+          This is the first unstable release in the GNOME 43 series,
+          with the following improvements:
+        </p>
+        <ul>
+          <li>
+            Some dialogs (like the "About" window) have a better UI and now
+            look consistent with other GNOME apps
+          </li>
+          <li>
+            An improve UI for textual properties in the contact editor
+          </li>
+          <li>
+            The settings to configure your address books have moved to a
+            preferences window
+          </li>
+        </ul>
+        <p>This release also updates translations in several languages.</p>
+      </description>
+    </release>
     <release date="2022-03-22" version="42.0">
       <description>
         <p>
diff --git a/meson.build b/meson.build
index f2d46698..307a3e3b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-contacts', [ 'vala', 'c' ],
-  version: '42.0',
+  version: '43.alpha',
   license: 'GPL-2.0-or-later',
   meson_version: '>= 0.59',
 )


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]