[gnome-calculator] Prepared release 42.alpha



commit d1204a333e7ec19a59376ce32dbbee6a7581e5f5
Author: Robert Roth <robert roth off gmail com>
Date:   Sat Jan 8 23:22:56 2022 +0200

    Prepared release 42.alpha

 NEWS        | 11 +++++++++++
 meson.build |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 9b311a89..e92f79f5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Overview of changes in gnome-calculator 42.alpha
+    * Updated Translations
+    * build: Support flatpak development builds (Óscar Fernández Díaz)
+    * build: migrated to GTK4 !98 (Cristopher Davis, Robert Roth)
+    * entry: Added currencies completion provider (Robert Roth)
+    * entry: Fixed percentage evaluation error #237 (Robert Roth)
+    * internal: Moved history view from MathDisplay to MathWindow (Robert Roth)
+    * window: set default width for basic and keyboard mode #240 (Robert Roth)
+    * buttons: removed destructive action class from clear button #242 (Robert Roth)
+    * converter: search support in unit selector, separate conversion category selector #108 (Robert Roth)
+
 Overview of changes in gnome-calculator 41.0
     * Updated Translations
     * Use first translated symbol for conversion with button #219 (Robert Roth)
diff --git a/meson.build b/meson.build
index 7d2d71e1..5c806164 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-calculator', ['c', 'vala'],
-  version: '41.0',
+  version: '42.alpha',
   meson_version: '>= 0.52.0',
   license: 'GPLv3+',
 )


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