[gnome-contacts] Release unstable version 41.beta



commit 5dcd5c7be9b2a28fa475868018703e4d85b5f8d8
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Sat Sep 4 17:02:42 2021 +0200

    Release unstable version 41.beta
    
    Woefully late, but let's make sure the fixes got into the 41 series.

 data/org.gnome.Contacts.appdata.xml.in.in | 30 ++++++++++++++++++++++++++++++
 meson.build                               |  2 +-
 2 files changed, 31 insertions(+), 1 deletion(-)
---
diff --git a/data/org.gnome.Contacts.appdata.xml.in.in b/data/org.gnome.Contacts.appdata.xml.in.in
index 036c058c..dfdd2937 100644
--- a/data/org.gnome.Contacts.appdata.xml.in.in
+++ b/data/org.gnome.Contacts.appdata.xml.in.in
@@ -26,6 +26,36 @@
   </screenshots>
 
   <releases>
+    <release date="2021-09-04" version="41~beta" type="development">
+      <description>
+        <p>
+          This is the first unstable release in the GNOME 41 series,
+          with the following improvements:
+        </p>
+        <ul>
+          <li>
+            When adding or updating a contact, Contacts will now scroll the
+            list to the newly-made contact.
+          </li>
+          <li>
+            The Contacts title after cancelling selecting now correctly shows
+            "Contacts"
+          </li>
+          <li>
+            When opening a contact, a previously entered birthday is now shown
+          </li>
+          <li>
+            We now have a dedicated selection mode button, which makes the UX
+            for touchscreen devices much more intuitive.
+          </li>
+          <li>
+            Several small UI improvements, like extra tooltips that follow the
+            GNOME HIG.
+          </li>
+        </ul>
+        <p>This release also updates translations in several languages.</p>
+      </description>
+    </release>
     <release date="2021-03-23" version="40.0">
       <description>
         <p>
diff --git a/meson.build b/meson.build
index 95fb2633..99e0de21 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-contacts', [ 'vala', 'c' ],
-  version: '40.0',
+  version: '41.beta',
   license: 'GPL2+',
   meson_version: '>= 0.50',
 )


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