[gnome-games/wip/exalm/3372] Version 3.37.2



commit 6e022f06f63a7cf631c2b7fd1427b7ff436c530d
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Fri May 29 22:30:27 2020 +0500

    Version 3.37.2

 NEWS                                   | 25 +++++++++++++++++++++++++
 data/org.gnome.Games.appdata.xml.in.in | 12 ++++++++++++
 meson.build                            |  2 +-
 3 files changed, 38 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index e0e7c283..c6ef8142 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+==============
+Version 3.37.2
+==============
+
+* Support DBus activation
+
+* Add a Ctrl+? shortcut for opening the shortcuts window
+
+* Use libhandy rows in the preferences window
+
+* Add an option override to disable pcsx_rearmed dynarec for now
+
+* Update screenshots in appdata
+
+* Various cleanups
+
+* Translation updates
+ Brazilian Portuguese
+ Indonesian
+ Polish
+ Spanish
+ Swedish
+ Turkish
+ Ukrainian
+
 ==============
 Version 3.37.1
 ==============
diff --git a/data/org.gnome.Games.appdata.xml.in.in b/data/org.gnome.Games.appdata.xml.in.in
index cdb386db..ad5378f3 100644
--- a/data/org.gnome.Games.appdata.xml.in.in
+++ b/data/org.gnome.Games.appdata.xml.in.in
@@ -43,6 +43,18 @@
   </screenshots>
 
   <releases>
+    <release version="3.37.2" type="development" date="2020-05-29" urgency="medium">
+      <description>
+        <p>Improvements:</p>
+        <ul>
+          <li>Support DBus activation</li>
+          <li>Add a Ctrl+? shortcut for opening the shortcuts window</li>
+          <li>Use libhandy rows in the preferences window</li>
+          <li>Update screenshots in appdata</li>
+        </ul>
+        <p>Translation updates.</p>
+      </description>
+    </release>
     <release version="3.37.1" type="development" date="2020-04-25" urgency="medium">
       <description>
         <p>Improvements:</p>
diff --git a/meson.build b/meson.build
index 925e989b..7cfd764e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-games',
   ['vala', 'c'],
-  version: '3.37.1',
+  version: '3.37.2',
   license: 'GPL3+',
   meson_version: '>= 0.46.1'
 )


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