[gnome-2048] Prepare 3.35.2.



commit aa84783c5d113a0c31effaaf35d3320aafb933b8
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Sat Nov 23 11:11:11 2019 +0100

    Prepare 3.35.2.

 NEWS                                           | 12 ++++++++++++
 data/org.gnome.TwentyFortyEight.appdata.xml.in |  4 ++--
 flatpak/org.gnome.TwentyFortyEightDevel.json   |  1 +
 meson.build                                    |  2 +-
 4 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index b87e5b8..b808db8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+GNOME 2048   3.35.2                                        2019-11-23
+=====================================================================
+
+Some command-line options were added: the usual “--version”, “--size”
+to start a new game of a given size (the exact behavior might change)
+and “--cli” for playing in a terminal. Also, the game window has been
+allowed to be resized to a phone screen, even if more work is needed.
+
+Translations updated:
+  Basque: Asier Sarasua Garmendia
+  Czech: Marek Černocký
+
 GNOME 2048   3.34.0                                        2019-09-10
 =====================================================================
 
diff --git a/data/org.gnome.TwentyFortyEight.appdata.xml.in b/data/org.gnome.TwentyFortyEight.appdata.xml.in
index 4b3ef18..8934a60 100644
--- a/data/org.gnome.TwentyFortyEight.appdata.xml.in
+++ b/data/org.gnome.TwentyFortyEight.appdata.xml.in
@@ -87,7 +87,7 @@
   </content_rating>
 
   ​<releases>
-    <release version="3.34.0" date="2019-09-10" type="stable" urgency="medium"/>
-  ​  <release version="3.33.90" date="2019-08-05" type="development" urgency="low"/>
+  ​  <release version="3.35.2" date="2019-11-23" type="development" urgency="low"/>
+    <release version="3.34.4" date="2019-11-23" type="stable" urgency="medium"/>
   </releases>
 </component>
diff --git a/flatpak/org.gnome.TwentyFortyEightDevel.json b/flatpak/org.gnome.TwentyFortyEightDevel.json
index 3366686..a1432c9 100644
--- a/flatpak/org.gnome.TwentyFortyEightDevel.json
+++ b/flatpak/org.gnome.TwentyFortyEightDevel.json
@@ -32,6 +32,7 @@
         },
         {
             "name":"libgnome-games-support",
+            "buildsystem":"meson",
             "sources":[
                 {
                     "type":"git",
diff --git a/meson.build b/meson.build
index 7ca6fa2..6a4b37a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'gnome-2048', ['vala', 'c'],
-  version: '3.34.0',
+  version: '3.35.2',
   license: 'GPLv3+',
   meson_version: '>= 0.37.1',
 )


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