[gnome-games/gnome-3-34] Version 3.34.1



commit 78f276032a12f2f9254ef2cf70eda57a4e66e3c1
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Sat Oct 5 19:25:35 2019 +0500

    Version 3.34.1

 NEWS                                   | 18 ++++++++++++++++++
 data/org.gnome.Games.appdata.xml.in.in | 14 +++++++++++++-
 meson.build                            |  2 +-
 3 files changed, 32 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 39dcbff7..00986c13 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+==============
+Version 3.34.1
+==============
+
+* Fixes
+ - MAME plugin now builds
+ - Fixed pointer input not working until saving the game
+ - Save directory is now properly loaded after a reset
+ - Nintendo DS screen mode is now reset to vertical after a reset
+ - Fixed opening savestate manager with GTK animations disabled
+ - Ensure bottom bar is always shown or hidden correctly on mobile
+
+* Translation updates
+ Basque
+ Czech
+ Italian
+ Turkish
+
 ==============
 Version 3.34.0
 ==============
diff --git a/data/org.gnome.Games.appdata.xml.in.in b/data/org.gnome.Games.appdata.xml.in.in
index 5c39bb24..d427fd86 100644
--- a/data/org.gnome.Games.appdata.xml.in.in
+++ b/data/org.gnome.Games.appdata.xml.in.in
@@ -40,8 +40,20 @@
       <image width="800" 
height="450">https://gitlab.gnome.org/GNOME/gnome-games/raw/master/data/appdata/3-30-gamepad-test.png</image>
     </screenshot>
   </screenshots>
-
   <releases>
+    <release version="3.34.1" type="stable" date="2019-10-05" urgency="medium">
+      <description>
+        <p>Fixes:</p>
+        <ul>
+          <li>Fixed pointer input not working until saving the game</li>
+          <li>Save directory is now properly loaded after a reset</li>
+          <li>Nintendo DS screen mode is now reset to vertical after a reset</li>
+          <li>Fixed opening savestate manager with GTK animations disabled</li>
+          <li>Ensure bottom bar is always shown or hidden correctly on mobile</li>
+        </ul>
+        <p>Translation updates.</p>
+      </description>
+    </release>
     <release version="3.34.0" type="stable" date="2019-09-09" urgency="medium">
       <description>
         <p>Translation updates.</p>
diff --git a/meson.build b/meson.build
index 54d664a1..54a4a23d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-games',
   ['vala', 'c'],
-  version: '3.34.0',
+  version: '3.34.1',
   license: 'GPL3+',
   meson_version: '>= 0.46.1'
 )


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