[gnome-games] Version 3.35.90



commit 8c2605156ab39665e8d6895bc84f1beb18feefd6
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Mon Feb 3 20:32:53 2020 +0500

    Version 3.35.90

 NEWS                                   | 33 +++++++++++++++++++++++++++++++++
 data/org.gnome.Games.appdata.xml.in.in | 24 ++++++++++++++++++++++++
 meson.build                            |  2 +-
 3 files changed, 58 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 51cd4460..0216c5f9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+===============
+Version 3.35.90
+===============
+
+* Allow to restart the current game from secondary menu
+
+* UI
+ - Rename savestates to snapshots
+ - Rename backup to export, restore to import
+ - Add a nightly icon
+ - Present sidebar as a content list in mobile mode
+ - Tweak lists: make them rounded, add separators and use thicker rows
+ - Use darker colors for the main window, matching other content apps
+
+* Fixes
+ - Make controller use JOYPAD type regardless of having analog sticks
+ - Fix a runtime warning when starting standalone games
+ - Restore state and memory before running the first frame
+ - Fix a runtime error when loading a snapshot migrated from 3.32.x
+ - Don't allow type-to-search and Ctrl+F shortcuts with empty collection
+ - Fix libhandy and rsvg deprecations
+
+* Various cleanups
+
+* Translation updates
+ Brazilian Portuguese
+ Catalan
+ Friulian
+ Indonesian
+ Polish
+ Spanish
+ Swedish
+
 ==============
 Version 3.35.2
 ==============
diff --git a/data/org.gnome.Games.appdata.xml.in.in b/data/org.gnome.Games.appdata.xml.in.in
index 24e3817f..a7a6119f 100644
--- a/data/org.gnome.Games.appdata.xml.in.in
+++ b/data/org.gnome.Games.appdata.xml.in.in
@@ -43,6 +43,30 @@
   </screenshots>
 
   <releases>
+    <release version="3.35.90" type="development" date="2020-02-03" urgency="medium">
+      <description>
+        <p>Improvements:</p>
+        <ul>
+          <li>Allow to restart the current game from secondary menu</li>
+          <li>Rename savestates to snapshots</li>
+          <li>Rename backup to export, restore to import</li>
+          <li>Add a nightly icon</li>
+          <li>Present sidebar as a content list in mobile mode</li>
+          <li>Tweak lists: make them rounded, add separators and use thicker rows</li>
+          <li>Use darker colors for the main window, matching other content apps</li>
+        </ul>
+        <p>Fixes:</p>
+        <ul>
+          <li>Make controller use JOYPAD type regardless of having analog sticks</li>
+          <li>Fix a runtime warning when starting standalone games</li>
+          <li>Restore state and memory before running the first frame</li>
+          <li>Fix a runtime error when loading a snapshot migrated from 3.32.x</li>
+          <li>Don't allow type-to-search and Ctrl+F shortcuts with empty collection</li>
+          <li>Fix libhandy and rsvg deprecations</li>
+        </ul>
+        <p>Translation updates.</p>
+      </description>
+    </release>
     <release version="3.35.2" type="development" date="2019-11-22" urgency="medium">
       <description>
         <p>Improvements:</p>
diff --git a/meson.build b/meson.build
index 18d3cecd..b4a2b171 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-games',
   ['vala', 'c'],
-  version: '3.35.2',
+  version: '3.35.90',
   license: 'GPL3+',
   meson_version: '>= 0.46.1'
 )


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