[iagno] Prepare 3.35.1.



commit 0da34cd6fef83839ff9e8a53f218b544ac0e1d0b
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Sat Oct 12 14:00:46 2019 +0200

    Prepare 3.35.1.

 NEWS                                  | 29 +++++++++++++++++++++++++++++
 data/org.gnome.Reversi.appdata.xml.in |  4 ++--
 meson.build                           |  2 +-
 3 files changed, 32 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8af50b4..5bcbdec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+3.35.1 – October 12, 2019
+=============================
+
+Many changes! The biggest one is of course that Iagno
+now allows to play the reversed reversi game, that is
+played like an usual reversi game, but where the goal
+is to finish with less tiles than your opponent. Also
+there is now a toggle to start with different initial
+positions randomly; and for two-player games, this is
+replaced by an old-style opening, where players place
+the four initial tiles on the board. And also another
+toggle to alternate who starts when a user is playing
+multiple times in a row. This is an exciting release!
+
+Translations updated:
+  Czech: Marek Černocký
+  Danish: Alan Mortensen
+  Finnish: Jiri Grönroos
+  French: Charles Monzat
+  Friulian: Fabio Tomat
+  Hungarian: Balázs Úr
+  Italian: Milo Casagrande
+  Persian: Danial Behzadi
+  Polish: Piotr Drąg
+  Brazilian Portuguese: Rafael Fontenelle
+  Serbian: Марко Костић
+  Slovenian: Matej Urbančič
+  Spanish: Daniel Mustieles
+
 3.34.0 – September 10, 2019
 =============================
 
diff --git a/data/org.gnome.Reversi.appdata.xml.in b/data/org.gnome.Reversi.appdata.xml.in
index 8f95cef..dd7bf69 100644
--- a/data/org.gnome.Reversi.appdata.xml.in
+++ b/data/org.gnome.Reversi.appdata.xml.in
@@ -73,7 +73,7 @@
   </content_rating>
 
   ​<releases>
-    <release version="3.34.0" date="2019-09-10" type="stable" urgency="medium"/>
-  ​  <release version="3.33.92" date="2019-09-03" type="development" urgency="low"/>
+  ​  <release version="3.35.1" date="2019-10-12" type="development" urgency="low"/>
+    <release version="3.34.2" date="2019-10-12" type="stable" urgency="medium"/>
   </releases>
 </component>
diff --git a/meson.build b/meson.build
index 862c79d..ee92b3f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('iagno', ['vala', 'c'],
-    version: '3.34.0')
+    version: '3.35.1')
 
 project_id = 'org.gnome.Reversi'
 


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