summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2018-03-12 22:48:09 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2018-03-12 22:48:09 +0100
commit419df17099de4accd660161ad1e5e6c999d2f3af (patch)
tree165189b0894f08c92bf81905228ba4a81ebc3e5e
parentab8083938fca90b9c37b38e1edc6e7df72c60e73 (diff)
downloadgnome-contacts-419df17099de4accd660161ad1e5e6c999d2f3af.tar.gz
Release stable version 3.28.3.28
Hurray! \o/
-rw-r--r--data/org.gnome.Contacts.appdata.xml.in15
-rw-r--r--meson.build2
2 files changed, 16 insertions, 1 deletions
diff --git a/data/org.gnome.Contacts.appdata.xml.in b/data/org.gnome.Contacts.appdata.xml.in
index 59d2712..0d020c3 100644
--- a/data/org.gnome.Contacts.appdata.xml.in
+++ b/data/org.gnome.Contacts.appdata.xml.in
@@ -26,6 +26,21 @@
</screenshots>
<releases>
+ <release date="2018-03-12" version="3.28">
+ <description>
+ <p>
+ Version 3.28 is a stable release, with the following major improvements:
+ </p>
+ <ul>
+ <li>Favorite contacts, which are shown at the top of the contact list.</li>
+ <li>Sort contacts by their first name or surname.</li>
+ <li>Small tweaks to the UI, such as a more welcoming setup screen and rounded avatars.</li>
+ <li>Performance improvements to the GNOME Shell search provider.</li>
+ <li>A slightly decreased memory usage.</li>
+ </ul>
+ <p>This release also updates translations in several languages.</p>
+ </description>
+ </release>
<release date="2018-03-05" version="3.27.92">
<description>
<p>
diff --git a/meson.build b/meson.build
index e552d3d..674cdee 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-contacts', [ 'vala', 'c' ],
- version: '3.27.92',
+ version: '3.28.0',
license: 'GPL2+',
meson_version: '>= 0.37',
)