[iagno] Prepare 3.33.90.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [iagno] Prepare 3.33.90.
- Date: Mon, 5 Aug 2019 20:00:14 +0000 (UTC)
commit afcac472a5e8d07dad5b778070ebe0e172781041
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Mon Aug 5 21:49:27 2019 +0200
Prepare 3.33.90.
NEWS | 20 ++++++++++++++++++++
data/org.gnome.Reversi.appdata.xml.in | 2 +-
meson.build | 7 ++++---
3 files changed, 25 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 26e246c..59c5a43 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+3.33.90 – August 5, 2019
+=============================
+
+The UI has changed a bit. The scorer is not displayed
+anymore, as it was suggesting the good strategy would
+be to turn as many pieces of the opponent as possible
+during a game (hint: it is not); it has been replaced
+by a simple indication of the current player, visible
+in the headerbar. The New Game button was moved also,
+allowing to draw the board centered. All this permits
+to make the game able to run on small screens, and it
+probably makes the window layout a bit cleaner. For a
+similar reason, the themes dialog has gone and is now
+replaced by a submenu of the hamburger menu. Note, if
+you are a packager: GSound replaced the old Canberra.
+
+Translations updated:
+ Basque: Asier Sarasua Garmendia
+ Spanish: Daniel Mustieles
+
3.33.5 – July 22, 2019
=============================
diff --git a/data/org.gnome.Reversi.appdata.xml.in b/data/org.gnome.Reversi.appdata.xml.in
index 4e17483..f1b6d50 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.33.5" date="2019-07-22" type="development" urgency="low"/>
+ <release version="3.33.90" date="2019-08-05" type="development" urgency="low"/>
<release version="3.32.0" date="2019-03-11" type="stable" urgency="medium"/>
</releases>
</component>
diff --git a/meson.build b/meson.build
index f9fa69d..b1dbae6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,11 +1,12 @@
project('iagno', ['vala', 'c'],
- version: '3.33.5')
-
+ version: '3.33.90')
project_id = 'org.gnome.Reversi'
-i18n = import('i18n')
+
# used to install help
gnome = import('gnome')
+# used for internationalization
+i18n = import('i18n')
# used to run post install script
python3 = import('python3')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]