summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2022-09-05 13:42:45 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2022-09-05 13:42:45 +0200
commit8ba37596c048baaf9b023ff07522930540379b24 (patch)
tree46541238452454ce56b3cbde6f3732fce018bb21
parent9e4182346a6c9bef81645228e0cd3121bf0a4c7d (diff)
downloadgnome-contacts-43.rc.tar.gz
Release unstable version 43.rc43.rc
-rw-r--r--data/org.gnome.Contacts.appdata.xml.in.in24
-rw-r--r--meson.build2
2 files changed, 25 insertions, 1 deletions
diff --git a/data/org.gnome.Contacts.appdata.xml.in.in b/data/org.gnome.Contacts.appdata.xml.in.in
index 9f79e59..0ae828f 100644
--- a/data/org.gnome.Contacts.appdata.xml.in.in
+++ b/data/org.gnome.Contacts.appdata.xml.in.in
@@ -41,6 +41,30 @@
</screenshots>
<releases>
+ <release date="2022-09-05" version="43~rc" type="development">
+ <description>
+ <p>
+ This is the release candidate in the GNOME 43 unstable series,
+ with the following improvements:
+ </p>
+ <ul>
+ <li>Updated screenshots for GNOME 43</li>
+ <li>
+ A rewrite of the core internals fixes several issues when editing
+ or adding a contact.
+ </li>
+ <li>
+ Several performance optimizations when searching for contacts
+ in the app
+ </li>
+ <li>
+ Some strings for important and exporting contacts were not marked a
+ translated yet.
+ </li>
+ </ul>
+ <p>This release also updates translations in several languages.</p>
+ </description>
+ </release>
<release date="2022-08-08" version="43~beta" type="development">
<description>
<p>
diff --git a/meson.build b/meson.build
index d37571f..5c5d580 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-contacts', [ 'vala', 'c' ],
- version: '43.beta',
+ version: '43.rc',
license: 'GPL-2.0-or-later',
meson_version: '>= 0.59',
)