summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2023-03-18 13:13:10 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2023-03-18 13:13:26 +0100
commit7de4264212aac05f8acec29ba54adac90ae8ed39 (patch)
tree13af4b607270a6aca3f7b8c504233d004b7bc757
parentecf36e3f9869cee3e5a996fae27a092456676059 (diff)
downloadgnome-contacts-gnome-44.tar.gz
Release stable version 44.044.0gnome-44
-rw-r--r--data/org.gnome.Contacts.appdata.xml.in.in36
-rw-r--r--meson.build2
2 files changed, 37 insertions, 1 deletions
diff --git a/data/org.gnome.Contacts.appdata.xml.in.in b/data/org.gnome.Contacts.appdata.xml.in.in
index 78319b7..12e277a 100644
--- a/data/org.gnome.Contacts.appdata.xml.in.in
+++ b/data/org.gnome.Contacts.appdata.xml.in.in
@@ -41,6 +41,42 @@
</screenshots>
<releases>
+ <release date="2023-03-18" version="44.0">
+ <description>
+ <p>
+ This is the first stable release in the GNOME 44 series, with the
+ following improvements since 43.0:
+ </p>
+ <ul>
+ <li>
+ Contacts can now be shared with a QR code, which allows for simple
+ and easy way of sharing contact information across devices
+ </li>
+ <li>The main menu now allows you to export all contacts at once</li>
+ <li>
+ Unsetting and editing an avatar for a contact is now more intuitive
+ with dedicated buttons that are overlayed on top of the image
+ </li>
+ <li>Support for TITLE/ORG vCard properties when importing</li>
+ <li>
+ Fix a bug which made it impossible to add more than one address for
+ a contact
+ </li>
+ <li>
+ Several changes to the UI that makes it more consistent with GNOME
+ design guidelines
+ </li>
+ <li>
+ Birthdays on a leap year will now get a birthday notification on
+ February 28 in non-leap years
+ </li>
+ <li>Added support for multiple keyboard shortcuts</li>
+ <li>It's now possible to explicitly unset a birthday</li>
+ <li>A bug where title buttons where shown twice is now fixed</li>
+ </ul>
+ <p>This release also updates translations in several languages.</p>
+ </description>
+ </release>
<release date="2023-03-05" version="44~rc" type="development">
<description>
<p>
diff --git a/meson.build b/meson.build
index c010e1c..87e947b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-contacts', [ 'vala', 'c' ],
- version: '44.rc',
+ version: '44.0',
license: 'GPL-2.0-or-later',
meson_version: '>= 0.59',
)