[gnome-games/wip/exalm/3332] Version 3.33.2



commit d930563926879ac787e06089b3fb2dfe38c6d405
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date:   Fri May 24 11:58:06 2019 +0500

    Version 3.33.2

 NEWS                                   | 25 +++++++++++++++++++++++++
 data/org.gnome.Games.appdata.xml.in.in | 17 +++++++++++++++++
 meson.build                            |  2 +-
 3 files changed, 43 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 641cff34..086bd571 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+==============
+Version 3.33.2
+==============
+
+* Remove Developers view. The API used previously for this has been shut
+  down, and the metadata wasn't reliable anyway.
+
+* Add backup and restore functions.
+
+* UI
+ - List Nintendo DS shortucts in shortcuts dialog.
+ - Add mnemonics to primary menu.
+ - Use adaptive view switcher in collection.
+
+* Fixes
+ - Fixed error infobar being visible on empty collection screen.
+ - Pressing Enter key twice immediately after starting a game from a file
+   doesn't exit the game anymore.
+
+* Various cleanups.
+
+* Translation updates
+ Polish
+ Spanish
+
 ==============
 Version 3.33.1
 ==============
diff --git a/data/org.gnome.Games.appdata.xml.in.in b/data/org.gnome.Games.appdata.xml.in.in
index b9ede0db..97bba713 100644
--- a/data/org.gnome.Games.appdata.xml.in.in
+++ b/data/org.gnome.Games.appdata.xml.in.in
@@ -42,6 +42,23 @@
   </screenshots>
 
   <releases>
+    <release version="3.33.2" type="development" date="2019-05-24" urgency="medium">
+      <description>
+        <p>Improvements:</p>
+        <ul>
+          <li>Remove Developers view</li>
+          <li>Add backup and restore functions</li>
+          <li>List Nintendo DS shortucts in shortcuts dialog</li>
+          <li>Add mnemonics to primary menu</li>
+          <li>Use adaptive view switcher in collection</li>
+        </ul>
+        <p>Fixes:</p>
+        <ul>
+          <li>Fixed error infobar being visible on empty collection screen</li>
+          <li>Pressing Enter key twice immediately after starting a game from a file doesn't exit the game 
anymore</li>
+        </ul>
+      </description>
+    </release>
     <release version="3.33.1" type="development" date="2019-04-23" urgency="medium">
       <description>
         <p>Improvements:</p>
diff --git a/meson.build b/meson.build
index 39a91782..e3911037 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-games',
   ['vala', 'c'],
-  version: '3.33.1',
+  version: '3.33.2',
   license: 'GPL3+',
   meson_version: '>= 0.46.1'
 )


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