[gnome-music/gnome-41] Release 41.1



commit 9169dcefe9d852f88f5f7b12bcf81948764353e0
Author: Marinus Schraal <mschraal gnome org>
Date:   Mon Apr 25 11:18:06 2022 +0200

    Release 41.1

 NEWS                                   | 37 ++++++++++++++++++++++++++++++++++
 data/org.gnome.Music.appdata.xml.in.in | 10 +++++++++
 data/ui/AboutDialog.ui.in              |  6 ++++++
 meson.build                            |  2 +-
 4 files changed, 54 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index bb1177abe..c12bc87c4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,40 @@
+Overview of changes in 41.1
+===========================
+
+• Speed increase on first startup on larger collections
+• Make shuffle random
+• Fix time displayed in RTL languages
+
+Bugs fixed:
+ Time is reversed in RTL (#500)
+ Improve async queue work (#472)
+ Fix crash on empty selection (#492)
+ playlistswidget: Fix incorrect import (#491)
+ Make random shuffle actually random (#369)
+ albumwidget: Ensure the correct album is played (#461)
+
+Thanks to our contributors this realse:
+ Jean Felder
+ Koushik Sahu
+ Marinus Schraal
+ Michael Catanzaro
+ Yosef Or Boczko
+
+Updated translations:
+ Vietnamese
+ Russian
+ Serbian
+ Bulgerian
+ Frisian
+ Latvian
+ Icelandic
+ Friulian
+ Catalan
+ Indonesian
+ Swedish
+ Danish
+
+
 Overview of changes in 41.0
 ===========================
 
diff --git a/data/org.gnome.Music.appdata.xml.in.in b/data/org.gnome.Music.appdata.xml.in.in
index 02a242b36..b60c00f78 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="41.1" date="2022-04-25">
+      <description>
+        <ul>
+          <li>Solve an issue with long loading times, resulting in a speed increase
+            on larger collections</li>
+          <li>Fix an issue with displaying time in RTL languages</li>
+          <li>Make shuffle truly random</li>
+        </ul>
+      </description>
+    </release>
     <release version="41.0" date="2021-09-18">
       <description>
         <p>
diff --git a/data/ui/AboutDialog.ui.in b/data/ui/AboutDialog.ui.in
index 5c626a1f8..5b8c51384 100644
--- a/data/ui/AboutDialog.ui.in
+++ b/data/ui/AboutDialog.ui.in
@@ -71,8 +71,10 @@ Kainaat Singh
 Kalev Lember
 Kevin Haller
 Konstantin Pospelov
+Koushik Sahu
 Lucy Coleclough
 Marinus Schraal
+Michael Catanzaro
 Mohanna Datta Yelugoti
 Nick Richards
 Niels De Graef
@@ -109,6 +111,7 @@ Vineet Reddy
 Weifang Lai
 Yann Delaby
 Yash Singh
+Yosef Or Boczko
     </property>
     <property name="artists">Allan Day
 Jakub Steiner
@@ -119,7 +122,9 @@ William Jon McCann
 A S Alam
 Alain Lojewski
 Alan Mortensen
+Alexander Shopov
 Alexandre Franke
+Alexey Rubtsov
 Anders Jonsson
 Andika Triwidada
 Anish Sheela
@@ -185,6 +190,7 @@ Piotr Drąg
 Quentin Pagès
 Rafael Fontenelle
 Rodrigo Lledó Milanca
+Rūdolfs Mazurs
 Ryuta Fujii
 Rūdolfs Mazurs
 Sabri Ünal
diff --git a/meson.build b/meson.build
index 1c283dfde..f64a3f298 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-music',
-    version: '41.0',
+    version: '41.1',
     meson_version: '>= 0.49.0'
 )
 


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