[iagno] Prepare 3.35.3.



commit b00af30888b959578acb6c1d1a2668053d99053a
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Mon Jan 6 19:12:00 2020 +0100

    Prepare 3.35.3.

 NEWS                                  | 19 +++++++++++++++++++
 data/org.gnome.Reversi.appdata.xml.in |  5 +++--
 meson.build                           |  2 +-
 3 files changed, 23 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index c69fbcb..e5138dc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+3.35.3 – January 6, 2020
+=============================
+
+There is now a new option (not checked by default) to
+highlight the playable tiles (yes, the playable ones,
+this time), for making the game easier for newcomers.
+In the New Game screen, arrows have been added to the
+menubuttons for clarifying a bit what they are. Also,
+the window layout has improved on phone-like screens,
+with the game name being displayed in a bottom bar. A
+final thank to Andre Klapper, for updating user help.
+
+Translations updated:
+  Friulian: Fabio Tomat
+  German: Tim Sabsch
+  Greek: Efstathios Iosifidis
+  Lithuanian: Aurimas Černius
+  Spanish: Daniel Mustieles
+
 3.35.2 – November 23, 2019
 =============================
 
diff --git a/data/org.gnome.Reversi.appdata.xml.in b/data/org.gnome.Reversi.appdata.xml.in
index d63f4f2..7dca096 100644
--- a/data/org.gnome.Reversi.appdata.xml.in
+++ b/data/org.gnome.Reversi.appdata.xml.in
@@ -78,7 +78,8 @@
   </content_rating>
 
   ​<releases>
-  ​  <release version="3.35.2" date="2019-11-23" type="development" urgency="low"/>
-    <release version="3.34.3" date="2019-11-23" type="stable" urgency="medium"/>
+    <!-- should be kept in versionning inverted order -->
+  ​  <release version="3.35.3" date="2020-01-06" type="development" urgency="low"/>
+    <release version="3.34.4" date="2020-01-06" type="stable" urgency="medium"/>
   </releases>
 </component>
diff --git a/meson.build b/meson.build
index 5d7fa31..af85e50 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('iagno', ['vala', 'c'],
-    version: '3.35.2')
+    version: '3.35.3')
 
 project_id = 'org.gnome.Reversi'
 


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