[four-in-a-row] Prepare 3.35.3.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [four-in-a-row] Prepare 3.35.3.
- Date: Mon, 6 Jan 2020 19:08:16 +0000 (UTC)
commit 6f8ad7aa571295e8c9851e64312c8a50b30a3d77
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Mon Jan 6 20:08:02 2020 +0100
Prepare 3.35.3.
NEWS | 23 +++++++++++++++++++++++
data/org.gnome.Four-in-a-row.appdata.xml.in | 5 +++--
meson.build | 2 +-
3 files changed, 27 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4de125a..f9d6ef0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+3.35.3 - January 6, 2020
+=============================
+
+More or less every thing has changed. The main window layout has been completely
+rewritten, based on the one of Reversi (Iagno, 3.34). It is now using a New Game
+screen, in which you enter using a New Game button in the headerbar. Preferences
+dialog has been removed; there is now a Sound toggle in the hamburger menu, with
+also an Appearance submenu for switching theme. The game board had various fixes
+and changes, notably a delay added before computer moves (that solves the bug on
+“down” holding), and the blinking for every winning lines. There is also a basic
+command-line support (for setting level, board size, and sound state, or getting
+release version), a new Keyboard Shortcuts dialog, and D-Bus activation support.
+
+Translations updated:
+ Catalan: Jordi Mas
+ Czech: Marek Černocký
+ French: Charles Monzat
+ Friulian: Fabio Tomat
+ Lithuanian: Aurimas Černius
+ Persian: Danial Behzadi
+ Spanish: Daniel Mustieles
+ Swedish: Anders Jonsson
+
3.34.0 - September 10, 2019
=============================
diff --git a/data/org.gnome.Four-in-a-row.appdata.xml.in b/data/org.gnome.Four-in-a-row.appdata.xml.in
index 1572c43..8b266b5 100644
--- a/data/org.gnome.Four-in-a-row.appdata.xml.in
+++ b/data/org.gnome.Four-in-a-row.appdata.xml.in
@@ -65,7 +65,8 @@
</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"/>
+ <!-- should be kept in versionning inverted order -->
+ <release version="3.35.3" date="2020-01-06" type="development" urgency="low"/>
+ <release version="3.34.3" date="2020-01-06" type="stable" urgency="medium"/>
</releases>
</component>
diff --git a/meson.build b/meson.build
index c118943..b55c2ef 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('four-in-a-row', 'c', 'vala',
- version: '3.34.0'
+ version: '3.35.3'
)
project_id = 'org.gnome.Four-in-a-row'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]