summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2019-03-12 21:11:51 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2019-03-12 21:11:51 +0100
commit332d438f1bc1d746106c9a0873a816f2081cd6be (patch)
tree6563d261a9e44a4e8a214a93d8aa147d05073b4f
parent502bcfcb9ac1165acf3a88e3cbcdfcc1e7c12b76 (diff)
downloadgnome-contacts-332d438f1bc1d746106c9a0873a816f2081cd6be.tar.gz
Release stable version 3.323.32
-rw-r--r--data/org.gnome.Contacts.appdata.xml.in20
-rw-r--r--meson.build2
2 files changed, 21 insertions, 1 deletions
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',
)