summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2022-09-23 11:07:46 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2022-09-23 11:07:46 +0200
commit0f6c7d65479c54eee54b681836e1ae3c99a9443c (patch)
treece8fbdeffdce0a13e88deefbb6a5243ee08891b1
parentcccf08af8033070286390aac569f1cfdb8e22892 (diff)
downloadgnome-contacts-0f6c7d65479c54eee54b681836e1ae3c99a9443c.tar.gz
Release stable version 43.043.0
-rw-r--r--data/org.gnome.Contacts.appdata.xml.in.in31
-rw-r--r--meson.build2
2 files changed, 31 insertions, 2 deletions
diff --git a/data/org.gnome.Contacts.appdata.xml.in.in b/data/org.gnome.Contacts.appdata.xml.in.in
index 0ae828f..98bdedf 100644
--- a/data/org.gnome.Contacts.appdata.xml.in.in
+++ b/data/org.gnome.Contacts.appdata.xml.in.in
@@ -41,6 +41,35 @@
</screenshots>
<releases>
+ <release date="2022-09-23" version="43.0">
+ <description>
+ <p>
+ This is the first stable release in the GNOME 43 series, with the
+ following improvements since 42.0:
+ </p>
+ <ul>
+ <li>
+ Contacts can now import and export your contacts in the vCard
+ format (aka VCF) to or from a file on the system
+ </li>
+ <li>
+ Changes under the hood to make searching for contacts faster, and
+ fixes several issues when editing or adding a contact
+ </li>
+ <li>
+ On the UI front, Contacts has revamped the widgets when you're
+ editing contacts. Several dialogs (like the "About" window) have
+ gotten an upgrade and now look consistent with other GNOME apps
+ </li>
+ <li>
+ Configuring your address books has moved to a dedicated spot in the
+ new preferences window
+ </li>
+ <li>Our screenshots have been updated for GNOME 43</li>
+ </ul>
+ <p>This release also updates translations in several languages.</p>
+ </description>
+ </release>
<release date="2022-09-05" version="43~rc" type="development">
<description>
<p>
@@ -96,7 +125,7 @@
look consistent with other GNOME apps
</li>
<li>
- An improve UI for textual properties in the contact editor
+ An improved UI for textual properties in the contact editor
</li>
<li>
The settings to configure your address books have moved to a
diff --git a/meson.build b/meson.build
index 5c5d580..8fba912 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-contacts', [ 'vala', 'c' ],
- version: '43.rc',
+ version: '43.0',
license: 'GPL-2.0-or-later',
meson_version: '>= 0.59',
)