[gnome-nibbles/gnome-3-34] Prepare 3.34.3



commit a1564ae7081387e658ceccc9f14e22e6988f7346
Author: Iulian Gabriel Radu <iulian radu67 gmail com>
Date:   Fri Jul 3 13:45:43 2020 +0300

    Prepare 3.34.3

 NEWS                                  | 8 ++++++++
 data/org.gnome.Nibbles.appdata.xml.in | 1 +
 meson.build                           | 2 +-
 3 files changed, 10 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 485c3a4..99e318a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+3.34.3 - July 3, 2020
+=====================
+
+- Fix bug related to parsing colors on non-English versions of the game (Arnaud Bonatti)
+- Fix end-of-game screen being covered by another view (Arnaud Bonatti)
+- Fix bug causing the game to remain paused if restarted while being paused (Arnaud Bonatti)
+- Fix right arrow on controls screen in Turkish locale
+
 3.34.2 - January 3, 2020
 ========================
 
diff --git a/data/org.gnome.Nibbles.appdata.xml.in b/data/org.gnome.Nibbles.appdata.xml.in
index ab9e7ae..a14252e 100644
--- a/data/org.gnome.Nibbles.appdata.xml.in
+++ b/data/org.gnome.Nibbles.appdata.xml.in
@@ -30,6 +30,7 @@
     </screenshot>
   </screenshots>
   <releases>
+    <release version="3.34.3" date="2020-07-03" />
     <release version="3.34.2" date="2019-01-03" />
     <release version="3.34.1" date="2019-10-07" />
     <release version="3.34.0" date="2019-09-10" />
diff --git a/meson.build b/meson.build
index b5719dc..cc06f73 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project('gnome-nibbles', ['c', 'vala'],
   license: 'GPL3+',
   meson_version: '>= 0.44.1',
-  version: '3.34.2'
+  version: '3.34.3'
 )
 
 gnome = import('gnome')


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