[gnome-tetravex] Prepare 3.35.2.



commit 7f7acf47c13412c7a5d2709d5381bd360263d5f8
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Sat Nov 23 21:22:14 2019 +0100

    Prepare 3.35.2.

 NEWS                                   | 27 +++++++++++++++++++++++++++
 data/org.gnome.Tetravex.appdata.xml.in |  2 +-
 meson.build                            |  2 +-
 3 files changed, 29 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4b49280..132e7d6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+GNOME Tetravex 3.35.2
+======================
+
+Many changes, again! First, the current game is being saved if the window is
+closed, and a button was added to restore it (you can also directly restore,
+using the “--restore” command-line option). The game can also be played with
+the keyboard (using arrows), and finally you can move all the tiles from one
+of the half-board using the mouse, by clicking on an empty border tile (even
+if this function is for now hidden). Also, Tetravex can for now be played in
+command-line, using the “--cli” option (see “--cli help” documentation; have
+also a look to the “Distributors” section below). And finally on a technical
+side, GNOME Tetravex should be D-Bus activatable, what is more future-proof.
+
+Distributors: using the “meson configure -Dbuild_gui=false -Dbuild_cli=true”
+options, you can build a different binary, `gnome-tetravex-cli`, that can be
+co-installed with `gnome-tetravex` (normally). It allows to play Tetravex in
+command-line, but it does not require the Gtk library, only GLib. You surely
+want to package it for installations made without a graphical interface. :·)
+
+Translations updated:
+  Basque: Asier Sarasua Garmendia
+  Catalan: Jordi Mas
+  Czech: Marek Černocký
+  Friulian: Fabio Tomat
+  Persian: Danial Behzadi
+  Spanish: Daniel Mustieles
+
 GNOME Tetravex 3.35.1
 ======================
 
diff --git a/data/org.gnome.Tetravex.appdata.xml.in b/data/org.gnome.Tetravex.appdata.xml.in
index fbf33e5..77b48da 100644
--- a/data/org.gnome.Tetravex.appdata.xml.in
+++ b/data/org.gnome.Tetravex.appdata.xml.in
@@ -70,7 +70,7 @@
   </content_rating>
 
   ​<releases>
-  ​  <release version="3.35.1" date="2019-10-12" type="development" urgency="low"/>
+  ​  <release version="3.35.2" date="2019-11-23" type="development" urgency="low"/>
     <release version="3.34.1" date="2019-10-07" type="stable" urgency="medium"/>
   </releases>
 </component>
diff --git a/meson.build b/meson.build
index 7e7cb31..af83df7 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project ('gnome-tetravex', ['vala', 'c'],
-         version: '3.35.1',
+         version: '3.35.2',
          license: 'GPLv2+',
          default_options: [
              'warning_level=1',


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