[gnome-games] Version 3.33.91



commit ee5b3704385c50c7ad9c440057750d1214ac1474
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date:   Sat Aug 17 17:11:29 2019 +0500

    Version 3.33.91

 NEWS                                   | 42 ++++++++++++++++++++++++++++++++++
 data/org.gnome.Games.appdata.xml.in.in | 37 ++++++++++++++++++++++++++++++
 meson.build                            |  2 +-
 3 files changed, 80 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 72680a1f..33227876 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,45 @@
+===============
+Version 3.33.91
+===============
+
+* Manually created savestates can be renamed now
+
+* Nintendo DS screen layout settings are now stored inside savestates
+  instead of dconf
+
+* Added shortcuts for saving and loading the game, and for showing savestates
+
+* UI
+ - Creating a new savestate briefly flashes the game, similarly to screenshots
+ - Creation and deletion of savestate rows is now anumated
+ - Added keyboard navigation in the savestates sidebar:
+   - Selecting a row immediately previews the savestate
+   - Pressing Enter loads the savestate
+   - Pressing Delete deletes the savestate
+   - Pressing Esc closes the sidebar
+ - When opening savestates sidebar, the game view cannot change height anymore
+ - Covers and savestate thumbnails aren't blurry on HiDPI anymore
+ - Sync fullscreen restore button style with Adwaita, making it smaller and round
+ - Preferences window now has a Back button when the window is small
+
+* Fixes
+ - Headerbar autohide in fullscreen works properly now
+ - Keyboard shortcuts don't depend on keyboard layout anymore
+ - Savestate thumbnails now use correct aspect ratio for newly created savestates
+ - Creating multiple savestates in one second doesn't result in an error anymore
+ - Fixed a few runtime errors when working with savestates
+ - Fixed crash when opening multliple Nintendo DS games in a row
+ - Savestates created by closing window with savestate sidebar have correct
+   thumbnail now
+ - New savestate row in savestate sidebar cannot be selected anymore
+ - Opening savestate sidebar shifts the game in the correct direction on RTL
+ - Game covers have proper colors now instead of being 10% darker
+
+* Various cleanups
+
+* Translation updates
+ Polish
+
 ===============
 Version 3.33.90
 ===============
diff --git a/data/org.gnome.Games.appdata.xml.in.in b/data/org.gnome.Games.appdata.xml.in.in
index 895161c4..2ffb68a1 100644
--- a/data/org.gnome.Games.appdata.xml.in.in
+++ b/data/org.gnome.Games.appdata.xml.in.in
@@ -42,6 +42,43 @@
   </screenshots>
 
   <releases>
+    <release version="3.33.91" type="development" date="2019-08-17" urgency="medium">
+      <description>
+        <p>Improvements:</p>
+        <ul>
+          <li>Manually created savestates can be renamed now</li>
+          <li>Nintendo DS screen layout settings are now stored inside savestates instead of dconf</li>
+          <li>Added shortcuts for saving and loading the game, and for showing savestates</li>
+          <li>Creating a new savestate briefly flashes the game, similarly to screenshots</li>
+          <li>Creation and deletion of savestate rows is now anumated</li>
+          <li>Added keyboard navigation in the savestates sidebar:
+            <ul>
+              <li>Selecting a row immediately previews the savestate</li>
+              <li>Pressing Enter loads the savestate</li>
+              <li>Pressing Delete deletes the savestate</li>
+              <li>Pressing Esc closes the sidebar</li>
+            </ul>
+          </li>
+          <li>When opening savestates sidebar, the game view cannot change height anymore</li>
+          <li>Covers and savestate thumbnails aren't blurry on HiDPI anymore</li>
+          <li>Sync fullscreen restore button style with Adwaita, making it smaller and round</li>
+          <li>Preferences window now has a Back button when the window is small</li>
+        </ul>
+        <p>Fixes:</p>
+        <ul>
+          <li>Headerbar autohide in fullscreen works properly now</li>
+          <li>Keyboard shortcuts don't depend on keyboard layout anymore</li>
+          <li>Savestate thumbnails now use correct aspect ratio for newly created savestates</li>
+          <li>Creating multiple savestates in one second doesn't result in an error anymore</li>
+          <li>Fixed a few runtime errors when working with savestates</li>
+          <li>Fixed crash when opening multliple Nintendo DS games in a row</li>
+          <li>Savestates created by closing window with savestate sidebar have correct thumbnail now</li>
+          <li>New savestate row in savestate sidebar cannot be selected anymore</li>
+          <li>Opening savestate sidebar shifts the game in the correct direction on RTL</li>
+          <li>Game covers have proper colors now instead of being 10% darker</li>
+        </ul>
+      </description>
+    </release>
     <release version="3.33.90" type="development" date="2019-08-11" urgency="medium">
       <description>
         <p>Improvements:</p>
diff --git a/meson.build b/meson.build
index 00375526..16616bf3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-games',
   ['vala', 'c'],
-  version: '3.33.90',
+  version: '3.33.91',
   license: 'GPL3+',
   meson_version: '>= 0.46.1'
 )


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