[gnome-games] Version 3.37.90



commit d4f3b1064f4531bf9cd47d776393040327faa7e5
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Tue Aug 25 18:06:41 2020 +0500

    Version 3.37.90

 NEWS                                   | 36 ++++++++++++++++++++++++++++++++++
 data/org.gnome.Games.appdata.xml.in.in | 28 ++++++++++++++++++++++++++
 meson.build                            |  2 +-
 3 files changed, 65 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index c6ef8142f..d835c041d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,39 @@
+===============
+Version 3.37.90
+===============
+
+* Introduce collections
+ - Favorites
+ - Recently Played
+ - Manual collections
+ - Selection mode to manage collections and favorite games
+
+* UI
+ - Blur background behind game covers
+ - Overhaul preferences window to match HdyPreferencesWindow layout
+ - Remove delay before pausing the game after focusing out
+ - Make headerbar semi-transparent in fullscreen mode
+
+* Fixes
+ - Fix desktop game detection
+ - Fix criticals after removing games
+ - Properly reveal the titlebar after exiting fullscreen mode
+ - Fix Ctrl+Q shortcut on non-latin keyboard layouts
+ - Don't use unsupported Vala syntax
+
+* Build
+ - Depend on libhandy 0.90.0
+
+* Translation updates
+ Brazilian Portuguese
+ Finnish
+ Indonesian
+ Polish
+ Romanian
+ Spanish
+ Swedish
+ Ukrainian
+
 ==============
 Version 3.37.2
 ==============
diff --git a/data/org.gnome.Games.appdata.xml.in.in b/data/org.gnome.Games.appdata.xml.in.in
index ad5378f36..989e04a4e 100644
--- a/data/org.gnome.Games.appdata.xml.in.in
+++ b/data/org.gnome.Games.appdata.xml.in.in
@@ -43,6 +43,34 @@
   </screenshots>
 
   <releases>
+    <release version="3.37.90" type="development" date="2020-08-25" urgency="medium">
+      <description>
+        <p>Improvements:</p>
+        <ul>
+          <li>Introduce collections
+            <ul>
+              <li>Favorites</li>
+              <li>Recently Played</li>
+              <li>Manual collections</li>
+              <li>Favorites</li>
+              <li>Selection mode to manage collections and favorite games</li>
+            </ul>
+          </li>
+          <li>Blur background behind game covers</li>
+          <li>Overhaul preferences window to match HdyPreferencesWindow layout</li>
+          <li>Remove delay before pausing the game after focusing out</li>
+          <li>Make headerbar semi-transparent in fullscreen mode</li>
+        </ul>
+        <p>Fixes:</p>
+        <ul>
+          <li>Fix desktop game detection</li>
+          <li>Fix criticals after removing games</li>
+          <li>Properly reveal the titlebar after exiting fullscreen mode</li>
+          <li>Fix Ctrl+Q shortcut on non-latin keyboard layouts</li>
+        </ul>
+        <p>Translation updates.</p>
+      </description>
+    </release>
     <release version="3.37.2" type="development" date="2020-05-29" urgency="medium">
       <description>
         <p>Improvements:</p>
diff --git a/meson.build b/meson.build
index 90e91bc01..8f0fbb802 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-games',
   ['vala', 'c'],
-  version: '3.37.2',
+  version: '3.37.90',
   license: 'GPL3+',
   meson_version: '>= 0.46.1'
 )


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