[gnome-games] Version 3.37.1



commit a29f2b6f0a64f2339e431c0488ff9388b0b1fb9a
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Sun Apr 26 03:16:22 2020 +0500

    Version 3.37.1

 NEWS                                   | 76 ++++++++++++++++++++++++++++++++++
 data/org.gnome.Games.appdata.xml.in.in | 58 ++++++++++++++++++++++++++
 meson.build                            |  2 +-
 3 files changed, 135 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 0216c5f9..e0e7c283 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,79 @@
+==============
+Version 3.37.1
+==============
+
+* Support running Nintendo 64 games
+ - Show a menu for switching controller expansion paks
+
+* Adapt to API changes in retro-gtk
+ - Run games into a secondary process
+ - Show an error when the game crashes
+
+* Performance
+ - Cache collection in the database dramatically improving loading times after the first run
+ - MAME plugin game database loading was drastically simplified and should be a lot faster than before
+ - Cache game icons
+
+* Add a search provider for GNOME Shell
+
+* Add screen gap for Nintendo DS games when using top/bottom layout
+ - Optimize the gap width for 15 known games, use 80px for others.
+
+* Disable keyboard gamepad emulation for MS-DOS games, as most games use keyboard
+ - Physical gamepads are still recognized as gamepads
+
+* UI
+ - Ask for confirmation when trying to restart a game that doesn't support snapshots
+ - Show a message when there are no search results
+ - Prevent headerbar from hiding while there are open popovers
+ - Show a warning when Tracker is not present
+ - Show analog sticks in controller preferences as moving dots, animate them in mapping mode
+ - Support back swipe:
+   - In platforms view in mobile mode
+   - In preferences window in mobile mode
+   - In controller preferences
+ - Switch to HdyWindow, allowing round bottom corners
+
+* Fixes
+ - Ensure analog works for pcsx_rearmed core
+ - Ensure loading notification is shown after unpausing
+ - Correctly create version file for 3.34.0 savestate migration
+ - Stop recalculating game titles when they're already cached
+ - Don't show headerbar menus for unsupported games
+ - Grab game view focus immediately after running a game
+ - Stop counting files like GameSomething.jpg as covers for Game.rom
+ - Don't open files when a game is already running
+ - Fix --help command line option output
+ - Use display name instead of basename for user-facing strings
+ - Stop translating internal errors that are never shown in the UI
+ - Stop listing application/x-desktop MIME type in desktop file
+ - Stop using core descriptor as URI for standalone libretro games
+
+* Build
+ - Depend on unreleased retro-gtk version
+ - Depend on unreleased libhandy version
+ - Re-enable MAME plugin
+ - Pass --disable-since-check to valac
+
+* Various cleanups
+
+* Translation updates
+ Brazilian Portuguese
+ Croatian
+ Danish
+ Dutch
+ Finnish
+ French
+ German
+ Hungarian
+ Indonesian
+ Italian
+ Polish
+ Spanish
+ Swedish
+ Turkish
+ Ukrainian
+
 ===============
 Version 3.35.90
 ===============
diff --git a/data/org.gnome.Games.appdata.xml.in.in b/data/org.gnome.Games.appdata.xml.in.in
index a7a6119f..3673c563 100644
--- a/data/org.gnome.Games.appdata.xml.in.in
+++ b/data/org.gnome.Games.appdata.xml.in.in
@@ -43,6 +43,64 @@
   </screenshots>
 
   <releases>
+    <release version="3.37.1" type="development" date="2020-04-25" urgency="medium">
+      <description>
+        <p>Improvements:</p>
+        <ul>
+          <li>Support running Nintendo 64 games
+            <ul>
+              <li>Show a menu for switching controller expansion paks</li>
+            </ul>
+          </li>
+          <li>Run games in a secondary process</li>
+          <li>Show an error if a game crashes</li>
+          <li>Cache collection in the database, dramatically improving loading times after the first run</li>
+          <li>Speed up and reenable MAME plugin</li>
+          <li>Cache game icons</li>
+          <li>Add a search provider for GNOME Shell</li>
+          <li>Add screen gap for Nintendo DS games when using top/bottom layout
+            <ul>
+              <li>Optimize the gap width for 15 known games, use 80px for others</li>
+            </ul>
+          </li>
+          <li>Disable keyboard gamepad emulation for MS-DOS games, as most games use keyboard
+            <ul>
+              <li>Physical gamepads are still recognized as gamepads</li>
+            </ul>
+          </li>
+          <li>Ask for confirmation when trying to restart a game that doesn't support snapshots</li>
+          <li>Show a message when there are no search results</li>
+          <li>Prevent headerbar from hiding while there are open popovers</li>
+          <li>Show a warning when Tracker is not present</li>
+          <li>Show analog sticks in controller preferences as moving dots, animate them in mapping mode</li>
+          <li>Support back swipe:
+            <ul>
+              <li>In platforms view in mobile mode</li>
+              <li>In preferences window in mobile mode</li>
+              <li>In controller preferences</li>
+            </ul>
+          </li>
+          <li>Switch to HdyWindow, allowing round bottom corners</li>
+        </ul>
+        <p>Fixes:</p>
+        <ul>
+          <li>Ensure analog works for pcsx_rearmed core</li>
+          <li>Ensure loading notification is shown after unpausing</li>
+          <li>Correctly create version file for 3.34.0 savestate migration</li>
+          <li>Stop recalculating game titles when they're already cached</li>
+          <li>Don't show headerbar menus for unsupported games</li>
+          <li>Grab game view focus immediately after running a game</li>
+          <li>Stop counting files like GameSomething.jpg as covers for Game.rom</li>
+          <li>Don't open files when a game is already running</li>
+          <li>Fix --help command line option output</li>
+          <li>Use display name instead of basename for user-facing strings</li>
+          <li>Stop translating internal errors that are never shown in the UI</li>
+          <li>Stop listing application/x-desktop MIME type in desktop file</li>
+          <li>Stop using core descriptor as URI for standalone libretro games</li>
+        </ul>
+        <p>Translation updates.</p>
+      </description>
+    </release>
     <release version="3.35.90" type="development" date="2020-02-03" urgency="medium">
       <description>
         <p>Improvements:</p>
diff --git a/meson.build b/meson.build
index daf449e0..925e989b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-games',
   ['vala', 'c'],
-  version: '3.35.90',
+  version: '3.37.1',
   license: 'GPL3+',
   meson_version: '>= 0.46.1'
 )


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