summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2019-03-15 12:24:16 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2019-03-15 12:24:16 +0000
commit50fa8504ed1bffb75ef9957c67a6cf26d8efaf34 (patch)
tree70f8e277e328997460374a46e99fa6aedec85c58
parentd35c0d6020babb4dc9a3b4fa6a304c213b2d1ddb (diff)
downloadgnome-font-viewer-3.32.0.tar.gz
Release GNOME Font Viewer 3.32.03.32.0
-rw-r--r--NEWS8
-rw-r--r--data/org.gnome.font-viewer.appdata.xml.in9
-rw-r--r--meson.build2
3 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9c65243..4d71040 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+GNOME Font Viewer - 3.32.0
+-------------------------------------------------------------------------------
+• Update the icon to follow the GNOME 3.32 guidelines [Jakub Steiner]
+• Replace deprecated API [Cosimo Cecchi, Martin Blanchard]
+• Improve usability of the Install button [#789699 Martin Blanchard]
+• Remove app menu following GNOME 3.32 guidelines [Matthias Clasen]
+• Translation updates
+
GNOME Font Viewer - 3.30.0
-------------------------------------------------------------------------------
• Show some more OpenType features
diff --git a/data/org.gnome.font-viewer.appdata.xml.in b/data/org.gnome.font-viewer.appdata.xml.in
index e5af962..8505719 100644
--- a/data/org.gnome.font-viewer.appdata.xml.in
+++ b/data/org.gnome.font-viewer.appdata.xml.in
@@ -34,6 +34,15 @@
</kudos>
<content_rating type="oars-1.1" />
<releases>
+ <release version="3.32.0" date="2019-03-15">
+ <description>
+ <ul>
+ <li>Update the application icon</li>
+ <li>Improve usability of the Install button</li>
+ <li>Translation updates</li>
+ </ul>
+ </description>
+ </release>
<release version="3.30.0" date="2018-08-30">
<description>
<ul>
diff --git a/meson.build b/meson.build
index d034517..ebac1ea 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-font-viewer', 'c',
- version: '3.30.0',
+ version: '3.32.0',
license: 'GPLv2+',
meson_version: '>= 0.40.1',
)