[gnome-calculator/gnome-3-32] Prepared release 3.32.1



commit f5304ea7fa6961d40cb769d4e0737a7b799d8ce0
Author: Robert Roth <robert roth off gmail com>
Date:   Tue Apr 9 00:14:38 2019 +0300

    Prepared release 3.32.1

 NEWS                                     | 17 +++++++++++++++++
 data/org.gnome.Calculator.appdata.xml.in | 22 ++++++++++++++++++++++
 meson.build                              |  2 +-
 3 files changed, 40 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index ade00d62..39bd14fc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Overview of changes in gnome-calculator 3.32.1
+    * Snap build update (Ken VanDine)
+    * Updated Basque translation (Asier Sarasua Garmendia)
+    * Updated French translation (Charles Monzat)
+    * Updated Croatian translation (Goran Vidović)
+    * Updated Danish translation (Ask Hjorth Larsen)
+    * Fixed CFA conversion rate #102 (Robert Roth)
+    * Removed copy icon from search provider result #103 (Robert Roth)
+    * Do not assume octal base for binary numbers #101 (Robert Roth)
+    * Use currency name instead of display name for conversion #106 (Robert Roth)
+    * Updated application icon in help (Andre Klapper)
+    * Fixed search provider results broken #104 (Pascal Nowack)
+    * Ignore keypresses while calculating result #47 (Robert Roth)
+    * Only allow entering one decimal point #5 (Robert Roth)
+    * Use meson build compatible with older meson (Robert Roth)
+    * Show thousands separator in unit converter #102 (Robert Roth)
+
 Overview of changes in gnome-calculator 3.32.0
     * Updated Esperanto translation (Kristjan Esperanto)
     * Updated Korean translation (Changwoo Ryu)
diff --git a/data/org.gnome.Calculator.appdata.xml.in b/data/org.gnome.Calculator.appdata.xml.in
index 922e81ea..439e4e30 100644
--- a/data/org.gnome.Calculator.appdata.xml.in
+++ b/data/org.gnome.Calculator.appdata.xml.in
@@ -65,6 +65,28 @@
   <translation type="gettext">gnome-calculator</translation>
   <content_rating type="oars-1.1" />
   <releases>
+    <release version="3.32.1" date="2019-04-08">
+      <description>
+        <p>Overview of changes in gnome-calculator 3.32.1</p>
+        <ul>
+          <li>Snap build update (Ken VanDine)</li>
+          <li>Updated Basque translation (Asier Sarasua Garmendia)</li>
+          <li>Updated French translation (Charles Monzat)</li>
+          <li>Updated Croatian translation (Goran Vidović)</li>
+          <li>Updated Danish translation (Ask Hjorth Larsen)</li>
+          <li>Fixed CFA conversion rate #102 (Robert Roth)</li>
+          <li>Removed copy icon from search provider result #103 (Robert Roth)</li>
+          <li>Do not assume octal base for binary numbers #101 (Robert Roth)</li>
+          <li>Use currency name instead of display name for conversion #106 (Robert Roth)</li>
+          <li>Updated application icon in help (Andre Klapper)</li>
+          <li>Fixed search provider results broken #104 (Pascal Nowack)</li>
+          <li>Ignore keypresses while calculating result #47 (Robert Roth)</li>
+          <li>Only allow entering one decimal point #5 (Robert Roth)</li>
+          <li>Use meson build compatible with older meson (Robert Roth)</li>
+          <li>Show thousands separator in unit converter #102 (Robert Roth)</li>
+        </ul>
+      </description>
+    </release>
     <release version="3.32.0" date="2019-03-11">
       <description>
         <p>Overview of changes in gnome-calculator 3.32.0</p>
diff --git a/meson.build b/meson.build
index 8ef67da7..7cd8001c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-calculator', ['c', 'vala'],
-  version: '3.32.0',
+  version: '3.32.1',
   meson_version: '>= 0.42',
   license: 'GPLv3+',
 )


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]