summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2023-03-05 11:47:17 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2023-03-05 11:47:17 +0100
commit165b10faf26fddde7ec336279a257937060aed11 (patch)
tree16d3d0edce42932a4952a7bbe2626f588f63bec5
parent452664a82ba3b0d5e40e8e4912749b44d51b9a9d (diff)
downloadgnome-contacts-165b10faf26fddde7ec336279a257937060aed11.tar.gz
Release unstable version 44.rc44.rc
-rw-r--r--data/org.gnome.Contacts.appdata.xml.in.in24
-rw-r--r--meson.build2
2 files changed, 24 insertions, 2 deletions
diff --git a/data/org.gnome.Contacts.appdata.xml.in.in b/data/org.gnome.Contacts.appdata.xml.in.in
index 095f1b3..78319b7 100644
--- a/data/org.gnome.Contacts.appdata.xml.in.in
+++ b/data/org.gnome.Contacts.appdata.xml.in.in
@@ -41,10 +41,32 @@
</screenshots>
<releases>
+ <release date="2023-03-05" version="44~rc" type="development">
+ <description>
+ <p>
+ This is the release candidate for GNOME Contacts 44, with the following
+ improvements since the beta:
+ </p>
+ <ul>
+ <li>
+ Unsetting and editing an avatar for a contact is now a bit more
+ intuitive with the dedicated overlayed buttons
+ </li>
+ <li>Several changes to comply better with the GNOME HIG</li>
+ <li>Added unit tests will now help us guarantee correctness</li>
+ <li>We now parse the first TITLE/ORG vCard properties</li>
+ <li>
+ Fix a bug which made it impossible to add more than one address for
+ a contact
+ </li>
+ </ul>
+ <p>This release also updates translations in several languages.</p>
+ </description>
+ </release>
<release date="2023-02-13" version="44~beta" type="development">
<description>
<p>
- This is the beta release for GNOME Contacts 43, with the following
+ This is the beta release for GNOME Contacts 44, with the following
improvements:
</p>
<ul>
diff --git a/meson.build b/meson.build
index a803af1..c010e1c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-contacts', [ 'vala', 'c' ],
- version: '44.beta',
+ version: '44.rc',
license: 'GPL-2.0-or-later',
meson_version: '>= 0.59',
)