summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2022-03-14 09:09:43 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2022-03-14 09:09:43 +0100
commit8c128d92492737f07f62a84e332fbdb68aba4e6d (patch)
tree39d20d973ac53369d4ecdf734aba5da710100b72
parentce3a4b6bb6a928305dc788b2c79cd025e2f2bb4c (diff)
downloadgnome-contacts-8c128d92492737f07f62a84e332fbdb68aba4e6d.tar.gz
Release unstable version 42.beta42.beta
A bit late, but let's give some people still a chance to do some late testing.
-rw-r--r--data/org.gnome.Contacts.appdata.xml.in.in31
-rw-r--r--meson.build2
2 files changed, 32 insertions, 1 deletions
diff --git a/data/org.gnome.Contacts.appdata.xml.in.in b/data/org.gnome.Contacts.appdata.xml.in.in
index 52aed5d..dc73d22 100644
--- a/data/org.gnome.Contacts.appdata.xml.in.in
+++ b/data/org.gnome.Contacts.appdata.xml.in.in
@@ -26,6 +26,37 @@
</screenshots>
<releases>
+ <release date="2022-03-14" version="42~beta" type="development">
+ <description>
+ <p>
+ This is the second unstable release in the GNOME 42 series,
+ with the following improvements:
+ </p>
+ <ul>
+ <li>
+ Contact properties can be selected, which means you can also copy
+ them to paste it elsewhere.
+ </li>
+ <li>
+ It is now possible to show and add the organisational role of a
+ contact. This is mostly useful for corporate address books, as
+ you can now see what job a colleague is performing.
+ </li>
+ <li>
+ Some paper cuts that got introduced when porting to GTK4 have been
+ resolved.
+ </li>
+ <li>
+ Contacts shows a little reminder when displaying someone's contact
+ information if their birthday is today
+ </li>
+ <li>
+ Fixed launching the Online Accounts dialog in GNOME 42.
+ </li>
+ </ul>
+ <p>This release also updates translations in several languages.</p>
+ </description>
+ </release>
<release date="2022-01-12" version="42~alpha" type="development">
<description>
<p>
diff --git a/meson.build b/meson.build
index 82373b9..ed5c8b2 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-contacts', [ 'vala', 'c' ],
- version: '42.alpha',
+ version: '42.beta',
license: 'GPL-2.0-or-later',
meson_version: '>= 0.59',
)