[gnome-games/wip/exalm/40b: 2/2] Version 40.beta




commit 1ff37f7a1b7940d428ce36e0846dce814c2c3986
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Sun Feb 28 17:36:23 2021 +0500

    Version 40.beta

 NEWS                                   | 48 ++++++++++++++++++++++++++++++++++
 data/org.gnome.Games.appdata.xml.in.in | 19 ++++++++++++++
 meson.build                            |  2 +-
 3 files changed, 68 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index f680dbdf..b1ac5734 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,51 @@
+===============
+Version 40.beta
+===============
+
+* Support running Nintendo 3DS games
+ - Show the same screen layout switcher as for DS
+
+* Support running Sega Dreamcast games (gdi and cdi)
+
+* UI
+ - Use HdyStatusPage for empty states and errors
+ - Use nearest scaling for low-resolution icons
+ - Polish the screen layout switcher
+
+* Fixes
+ - Support saves when the core doesn't support savestates
+ - Don't save a corrupted snapshot if failed mid-save
+ - Correctly remove screen layout switcher on error pages
+
+* Build
+ - Depend on libhandy 1.90.0
+ - Depend on meson 0.50.0
+
+* Deprecation fixes
+
+* Various cleanups
+
+* Translation updates
+ Basque
+ Brazilian Portuguese
+ British English
+ Catalan
+ Croatian
+ Czech
+ Danish
+ Finnish
+ Friulian
+ Galician
+ Hungarian
+ Indonesian
+ Polish
+ Romanian
+ Serbian
+ Slovak
+ Spanish
+ Swedish
+ Ukrainian
+
 ==============
 Version 3.38.0
 ==============
diff --git a/data/org.gnome.Games.appdata.xml.in.in b/data/org.gnome.Games.appdata.xml.in.in
index eacb0e6a..1a3f32cc 100644
--- a/data/org.gnome.Games.appdata.xml.in.in
+++ b/data/org.gnome.Games.appdata.xml.in.in
@@ -43,6 +43,25 @@
   </screenshots>
 
   <releases>
+    <release version="40.beta" type="development" date="2021-02-28" urgency="medium">
+      <description>
+        <p>Improvements:</p>
+        <ul>
+          <li>Support running Nintendo 3DS games</li>
+          <li>Support running Sega Dreamcast games (gdi and cdi)</li>
+          <li>Use HdyStatusPage for empty states and errors</li>
+          <li>Use nearest scaling for low-resolution icons</li>
+          <li>Polish the screen layout switcher</li>
+        </ul>
+        <p>Fixes:</p>
+        <ul>
+          <li>Support saves when the core doesn't support savestates</li>
+          <li>Don't save a corrupted snapshot if failed mid-save</li>
+          <li>Correctly remove screen layout switcher on error pages</li>
+        </ul>
+        <p>Translation updates.</p>
+      </description>
+    </release>
     <release version="3.38.0" type="stable" date="2020-09-12" urgency="medium">
       <description>
         <p>Fixes:</p>
diff --git a/meson.build b/meson.build
index 7503db5e..13b52059 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-games',
   ['vala', 'c'],
-  version: '3.38.0',
+  version: '40.beta',
   license: 'GPL3+',
   meson_version: '>= 0.50.0'
 )


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