[gnome-2048] Prepare 3.31.91.



commit afe67731ea44a54a8df8ea25aea29df835cfae0d
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Tue Feb 19 09:00:36 2019 +0100

    Prepare 3.31.91.

 NEWS        | 15 +++++++++++++++
 meson.build |  2 +-
 2 files changed, 16 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 3ad28b2..a1f4864 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+GNOME 2048   3.31.91                                       2019-02-19
+=====================================================================
+
+Some crashes avoided, notably if loading a manually edited saved game
+file, and a better tiles look on non-square grids, that should be all
+the things important for users. From the technical side, the internal
+representation of the board changed, to make it less error-prone, and
+many parts of the code have moved around. Some tests were also added.
+
+Translations updated:
+  Danish: scootergrisen
+  Finnish: Jiri Grönroos
+  Friulian: Fabio Tomat
+  Swedish: Anders Jonsson
+
 GNOME 2048   3.31.90                                       2019-05-02
 =====================================================================
 
diff --git a/meson.build b/meson.build
index b875d93..251fbda 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'gnome-2048', ['vala', 'c'],
-  version: '3.31.90',
+  version: '3.31.91',
   license: 'GPLv3+',
   meson_version: '>= 0.37.1',
 )


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