summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2021-03-23 08:32:58 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2021-03-23 09:04:57 +0100
commit8c27ab8cb5e7fcdfe40a27e9744bd1299360a7c4 (patch)
tree8d60512b47fa7dca49c5221a6a087e4a7ba9246f
parent1c1d30898c46d94f50a854c2d37e7b06ff640f6d (diff)
downloadgnome-contacts-8c27ab8cb5e7fcdfe40a27e9744bd1299360a7c4.tar.gz
Release stable version 40.040.0
-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 c8b4c3e..ef98fb3 100644
--- a/data/org.gnome.Contacts.appdata.xml.in.in
+++ b/data/org.gnome.Contacts.appdata.xml.in.in
@@ -26,6 +26,32 @@
</screenshots>
<releases>
+ <release date="2021-03-23" version="40.0">
+ <description>
+ <p>
+ Version 40 is a stable release, with the following major
+ improvements since 3.38:
+ </p>
+ <ul>
+ <li>
+ Several issues that occurred when editing or adding postal
+ addresses are now fixed
+ </li>
+ <li>
+ Better accessibility when creating a new contact by adding support
+ for mnemonics
+ </li>
+ <li>You can now select a contact by using a long press</li>
+ <li>The avatar selector now displays properly on smaller screens</li>
+ <li>Deleting the final contact now properly clears the title bar</li>
+ <li>Contacts now also remembers if the window was fullscreened</li>
+ <li>Cancelling selection no longer hides headerbar buttons</li>
+ <li>Fixed: stop cursor from appearing when viewing a contact</li>
+ <li>Several style and typography updates</li>
+ </ul>
+ <p>This release also updates translations in several languages</p>
+ </description>
+ </release>
<release date="2021-03-01" version="40.beta" type="development">
<description>
<p>
diff --git a/meson.build b/meson.build
index 3be75e6..95fb263 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-contacts', [ 'vala', 'c' ],
- version: '40.beta',
+ version: '40.0',
license: 'GPL2+',
meson_version: '>= 0.50',
)