[gnome-music] Release 42.1



commit 783d6877d72960ff9a4bbb72ba4df1c921ff1a1e
Author: Marinus Schraal <mschraal gnome org>
Date:   Mon Apr 25 09:23:02 2022 +0200

    Release 42.1

 NEWS                                   | 26 ++++++++++++++++++++++++++
 data/org.gnome.Music.appdata.xml.in.in | 10 ++++++++++
 meson.build                            |  2 +-
 3 files changed, 37 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 2e3e0da2f..b325af5bc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+Overview of changes in 42.1
+===========================
+
+• Make shuffle shuffle again
+• Fix time display in RTL languages
+• No longer mismatch art on scrolling
+• Fix async queue block on fresh art retrieval
+
+Bugs fixed:
+ Rework ArtStack to handle cycling widgets better (#500)
+ Shuffle broken in Music 42 (#515)
+ Time is reversed in RTL (#509)
+
+Thanks to our contributors this release:
+ Marinus Schraal
+ Yosef Or Boczko
+
+Updated or added translations:
+ Latvian
+ Dutch
+ Catalan
+ Icelandic
+ French
+ Chinese (China)
+
+
 Overview of changes in 42.0
 ===========================
 
diff --git a/data/org.gnome.Music.appdata.xml.in.in b/data/org.gnome.Music.appdata.xml.in.in
index 1ff7dce5d..eb45e89fe 100644
--- a/data/org.gnome.Music.appdata.xml.in.in
+++ b/data/org.gnome.Music.appdata.xml.in.in
@@ -28,6 +28,16 @@
     </screenshot>
   </screenshots>
   <releases>
+    <release version="42.1" date="2022-04-25">
+      <description>
+        <ul>
+          <li>Make shuffle shuffle again</li>
+          <li>Fix time display in RTL languages</li>
+          <li>No longer mismatch art on scrolling</li>
+          <li>Fix async queue block on fresh art retrieval</li>
+        </ul>
+      </description>
+    </release>
     <release version="42.0" date="2022-03-20">
       <description>
         <p>
diff --git a/meson.build b/meson.build
index e27644b68..b3892a2d7 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-music',
-    version: '42.0',
+    version: '42.1',
     meson_version: '>= 0.59.0'
 )
 


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