[gnome-calculator/gnome-42] Prepared release 42.1



commit 29aadb52e8440bbf33b91f51e819f3994b9eeb65
Author: Robert Roth <robert roth off gmail com>
Date:   Fri May 27 19:26:51 2022 +0300

    Prepared release 42.1

 NEWS                                     |  6 ++++++
 data/org.gnome.Calculator.appdata.xml.in | 11 +++++++++++
 meson.build                              |  2 +-
 3 files changed, 18 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 01e01957..572f9765 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in gnome-calculator 42.1
+    * Updated translations
+    * Fixed broken undo/redo #266 (Robert Roth)
+    * Removed automatic closing brace addition #271 (Robert Roth)
+    * Fixed incorrect percentage symbol precedence handling #236, #275 (Robert Roth)
+
 Overview of changes in gnome-calculator 42.0
     * Updated translations
 
diff --git a/data/org.gnome.Calculator.appdata.xml.in b/data/org.gnome.Calculator.appdata.xml.in
index 2c0a0bb5..8573ef67 100644
--- a/data/org.gnome.Calculator.appdata.xml.in
+++ b/data/org.gnome.Calculator.appdata.xml.in
@@ -71,6 +71,17 @@
   <translation type="gettext">gnome-calculator</translation>
   <content_rating type="oars-1.1" />
   <releases>
+    <release version="42.1" date="2022-05-27" type="stable">
+      <description>
+        <p>Overview of changes in gnome-calculator 42.1</p>
+        <ul>
+          <li>Updated Translations</li>
+          <li>Fixed broken undo/redo #266 (Robert Roth)</li>
+          <li>Removed automatic closing brace addition #271 (Robert Roth)</li>
+          <li>Fixed incorrect percentage symbol precedence handling #236, #275 (Robert Roth)</li>
+        </ul>
+      </description>
+    </release>
     <release version="42.0" date="2022-03-19" type="stable">
       <description>
         <p>Overview of changes in gnome-calculator 42.0</p>
diff --git a/meson.build b/meson.build
index 4d5cf01e..3d8d25cf 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-calculator', ['c', 'vala'],
-  version: '42.0',
+  version: '42.1',
   meson_version: '>= 0.57.0',
   license: 'GPLv3+',
 )


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