[gnome-games] Version 3.35.2



commit c94a4c8005a2d04d676eb268534a433f68625c2c
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Sat Nov 23 03:22:08 2019 +0500

    Version 3.35.2

 NEWS                                   | 47 ++++++++++++++++++++++++++++++++++
 data/org.gnome.Games.appdata.xml.in.in | 32 +++++++++++++++++++++++
 meson.build                            |  2 +-
 3 files changed, 80 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 39dcbff7..51cd4460 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,50 @@
+==============
+Version 3.35.2
+==============
+
+* Performance
+ - Collection and cover loading are now threaded instead of using Vala's async
+   functions. Loading should be faster and shouldn't cause UI stuttering anymore
+ - Game runners are now created on demand when starting a game instead of being
+   created for every game on app startup
+ - Steam plugin was simplified and should work a bit faster
+
+* New-style vertical covers are now supported for Steam games
+
+* UI
+ - List savestate shortcuts in shortcuts dialog
+ - Use shorter date formats for savestates when possible
+ - Fix a grammar issue
+ - Stop styling Restore button in fullscreen mode
+
+* Fixes
+ - Don't show Steam tools, such as Proton, as games
+ - Skip junk files when migrating savestates from 3.32 or earlier
+ - 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
+ - Appdata now validates in strict mode
+
+* Dependencies:
+ - Minimum retro-gtk version has been increased to 0.18.0
+
+* Various cleanups
+
+* Translation updates
+ Basque
+ Brazilian Portuguese
+ Czech
+ Finnish
+ Hungarian
+ Italian
+ Polish
+ Spanish
+ Swedish
+ 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 1a169411..24e3817f 100644
--- a/data/org.gnome.Games.appdata.xml.in.in
+++ b/data/org.gnome.Games.appdata.xml.in.in
@@ -43,6 +43,38 @@
   </screenshots>
 
   <releases>
+    <release version="3.35.2" type="development" date="2019-11-22" urgency="medium">
+      <description>
+        <p>Improvements:</p>
+        <ul>
+          <li>Collection should now load faster and with less UI stuttering:
+            <ul>
+              <li>Collection and cover loading are now threaded instead of using Vala's async functions</li>
+              <li>Game runners are now created on demand when starting a game</li>
+              <li>Steam plugin was simplified and should work a bit faster</li>
+            </ul>
+          </li>
+          <li>New-style vertical covers are now supported for Steam games</li>
+          <li>List savestate shortcuts in shortcuts dialog</li>
+          <li>Use shorter date formats for savestates when possible</li>
+          <li>Fix a grammar issue</li>
+          <li>Stop styling Restore button in fullscreen mode</li>
+        </ul>
+        <p>Fixes:</p>
+        <ul>
+          <li>Don't show Steam tools, such as Proton, as games</li>
+          <li>Skip junk files when migrating savestates from 3.32 or earlier</li>
+          <li>MAME plugin now builds</li>
+          <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>
+          <li>Appdata now validates in strict mode</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..18d3cecd 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-games',
   ['vala', 'c'],
-  version: '3.34.0',
+  version: '3.35.2',
   license: 'GPL3+',
   meson_version: '>= 0.46.1'
 )


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