[gnome-calculator] Prepared release 3.33.2



commit 05c1fae127090ec3254c8a9f4c66aa6e38ba4290
Author: Robert Roth <robert roth off gmail com>
Date:   Tue May 21 09:44:40 2019 +0300

    Prepared release 3.33.2

 NEWS                                     | 23 +++++++++++++++++++++++
 data/org.gnome.Calculator.appdata.xml.in | 30 +++++++++++++++++++++++++++++-
 meson.build                              |  2 +-
 3 files changed, 53 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index ade00d62..734359fe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+Overview of changes in gnome-calculator 3.33.2
+    * Separated calculator library !19 (Daniel Espinosa Ortiz)
+    * Ensure icon is available for shell (Ken VanDine)
+    * Updated French translation (Charles Monzat)
+    * Updated Catalan translation (Jordi Mas)
+    * Support entering left/right shift with keyboard #98 (Robert Roth)
+    * Updated Croatian translation (Goran Vidović)
+    * Fixed CFA conversion rate #102 (Robert Roth)
+    * Remove copy icon from search provider results #103 (Robert Roth)
+    * Do not assume octal base for binary numbers #101 (Robert Roth)
+    * Show thousands separator in unit converter #102 (Robert Roth)
+    * Use currency name instead of display name for conversion #106 (Robert Roth)
+    * Quit warns and closes all windows #51 (Robert Roth)
+    * Avoid normalizing the equation twice in search #104 (Pascal Nowack)
+    * Ignore keypresses while calculating results #47 (Robert Roth)
+    * Only allow one decimal point in numbers #5 (Robert Roth)
+    * Application icon updated in help (Andre Klapper)
+    * Updated Danish translation (Ask Hjorth Larsen)
+    * Updated Friulian translation (Fabio Tomat)
+    * Updated Indonesian translation (Kukuh Syafaat)
+    * Updated Basque translation (Asier Sarasua Garmendia)
+    * Updated Chinese translation (Dingzhong Chen)
+
 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..d5396274 100644
--- a/data/org.gnome.Calculator.appdata.xml.in
+++ b/data/org.gnome.Calculator.appdata.xml.in
@@ -65,6 +65,34 @@
   <translation type="gettext">gnome-calculator</translation>
   <content_rating type="oars-1.1" />
   <releases>
+    <release version="3.33.2" date="2019-05-21" type="development">
+      <description>
+        <p>Overview of changes in gnome-calculator 3.33.2</p>
+        <ul>
+          <li>Separated calculator library !19 (Daniel Espinosa Ortiz)</li>
+          <li>Ensure icon is available for shell (Ken VanDine)</li>
+          <li>Updated French translation (Charles Monzat)</li>
+          <li>Updated Catalan translation (Jordi Mas)</li>
+          <li>Support entering left/right shift with keyboard #98 (Robert Roth)</li>
+          <li>Updated Croatian translation (Goran Vidović)</li>
+          <li>Fixed CFA conversion rate #102 (Robert Roth)</li>
+          <li>Remove copy icon from search provider results #103 (Robert Roth)</li>
+          <li>Do not assume octal base for binary numbers #101 (Robert Roth)</li>
+          <li>Show thousands separator in unit converter #102 (Robert Roth)</li>
+          <li>Use currency name instead of display name for conversion #106 (Robert Roth)</li>
+          <li>Quit warns and closes all windows #51 (Robert Roth)</li>
+          <li>Avoid normalizing the equation twice in search #104 (Pascal Nowack)</li>
+          <li>Ignore keypresses while calculating results #47 (Robert Roth)</li>
+          <li>Only allow one decimal point in numbers #5 (Robert Roth)</li>
+          <li>Application icon updated in help (Andre Klapper)</li>
+          <li>Updated Danish translation (Ask Hjorth Larsen)</li>
+          <li>Updated Friulian translation (Fabio Tomat)</li>
+          <li>Updated Indonesian translation (Kukuh Syafaat)</li>
+          <li>Updated Basque translation (Asier Sarasua Garmendia)</li>
+          <li>Updated Chinese translation (Dingzhong Chen)</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>
@@ -139,7 +167,7 @@
         <li>snap build fixes (Jeremy Bicha)</li>
         <li>Exchange rate update interval preference #58 (Robert Roth)</li>
         <li>Updated and fixed appdata !20 (Harald H.)</li>
-        <li>Fix for digit transformed into ^ on double * #91 (Robert Roth)</li>
+        <li>Fix for digit transformed into ^ on double       <li>#91 (Robert Roth)</li></li>
         <li>Accept comma and decimal point as decimal separator #86 (Robert Roth)</li>
         </ul>
       </description>
diff --git a/meson.build b/meson.build
index 4cda199d..33db3332 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-calculator', ['c', 'vala'],
-  version: '3.32.0',
+  version: '3.33.2',
   meson_version: '>= 0.42',
   license: 'GPLv3+',
 )


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