summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/org.gnome.Contacts.appdata.xml.in.in26
-rw-r--r--meson.build2
2 files changed, 27 insertions, 1 deletions
diff --git a/data/org.gnome.Contacts.appdata.xml.in.in b/data/org.gnome.Contacts.appdata.xml.in.in
index 6397e21..095f1b3 100644
--- a/data/org.gnome.Contacts.appdata.xml.in.in
+++ b/data/org.gnome.Contacts.appdata.xml.in.in
@@ -41,6 +41,32 @@
</screenshots>
<releases>
+ <release date="2023-02-13" version="44~beta" type="development">
+ <description>
+ <p>
+ This is the beta release for GNOME Contacts 43, with the following
+ improvements:
+ </p>
+ <ul>
+ <li>
+ The main menu has been renamed to follow the GNOME HIG and now
+ contains an action item to export all contacts
+ </li>
+ <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>
+ 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>Fix a bug where some title buttons where shown twice</li>
+ </ul>
+ <p>This release also updates translations in several languages.</p>
+ </description>
+ </release>
<release date="2022-09-23" version="43.0">
<description>
<p>
diff --git a/meson.build b/meson.build
index 199348b..a803af1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-contacts', [ 'vala', 'c' ],
- version: '43.0',
+ version: '44.beta',
license: 'GPL-2.0-or-later',
meson_version: '>= 0.59',
)