[gnome-contacts] Release stable version 3.32



commit 332d438f1bc1d746106c9a0873a816f2081cd6be
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Tue Mar 12 21:11:51 2019 +0100

    Release stable version 3.32

 data/org.gnome.Contacts.appdata.xml.in | 20 ++++++++++++++++++++
 meson.build                            |  2 +-
 2 files changed, 21 insertions(+), 1 deletion(-)
---
diff --git a/data/org.gnome.Contacts.appdata.xml.in b/data/org.gnome.Contacts.appdata.xml.in
index 0ff043e..19ee038 100644
--- a/data/org.gnome.Contacts.appdata.xml.in
+++ b/data/org.gnome.Contacts.appdata.xml.in
@@ -26,6 +26,26 @@
   </screenshots>
 
   <releases>
+    <release date="2019-03-12" version="3.32">
+      <description>
+        <p>
+          Version 3.32 is the next stable release, with the following major
+          improvements since 3.30:
+        </p>
+        <ul>
+          <li>A new, modern icon</li>
+          <li>A responsive UI: Contacts now works on all screen sizes!</li>
+          <li>
+            Property types are now handled more consistently, fixing some minor
+            issues, e.g. types mixing translations with the ones from Google.
+          </li>
+          <li>A few minor performance optimizations</li>
+          <li>Solved a bug where the birthday did not change</li>
+          <li>Fixed a crash when right-clicking in the contact list</li>
+        </ul>
+        <p>This release also updates translations in several languages.</p>
+      </description>
+    </release>
     <release date="2019-02-06" version="3.31.90">
       <description>
         <p>
diff --git a/meson.build b/meson.build
index 1ff961d..13a7126 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-contacts', [ 'vala', 'c' ],
-  version: '3.31.90',
+  version: '3.32',
   license: 'GPL2+',
   meson_version: '>= 0.41',
 )


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