[gnome-music/gnome-3-38] Release 3.38.2



commit 7e7fd23e01f0c9114a8a68499a3e034fbf58ecc2
Author: Jean Felder <jfelder src gnome org>
Date:   Sat Nov 21 23:37:34 2020 +0100

    Release 3.38.2

 NEWS                                   | 17 +++++++++++++++++
 data/org.gnome.Music.appdata.xml.in.in | 15 +++++++++++++++
 meson.build                            |  2 +-
 3 files changed, 33 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index b6dc45336..6afe6baed 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Overview of changes in 3.38.2
+=============================
+
+Bugs fixed:
+ Do not make display an empty view on launch
+ Fix new songs retrieval when they are added to the music directory (#422)
+ Fix artist queries to retrieve art
+ Fix playlist sorting crash (#417)
+ Wrong checkbox style in AlbumWidget (#414)
+
+Thanks to our contributors this release:
+ Jean Felder
+ Marinus Schraal
+
+Updated translations:
+ Chinese (Taiwan)
+
 Overview of changes in 3.38.1
 =============================
 
diff --git a/data/org.gnome.Music.appdata.xml.in.in b/data/org.gnome.Music.appdata.xml.in.in
index 9a2e76f57..6a5f865e7 100644
--- a/data/org.gnome.Music.appdata.xml.in.in
+++ b/data/org.gnome.Music.appdata.xml.in.in
@@ -28,6 +28,21 @@
     </screenshot>
   </screenshots>
   <releases>
+    <release version="3.38.2" date="2020-11-21">
+      <description>
+        <p>
+         This release fixes some issues:
+       </p>
+       <ul>
+         <li>Do not display an empty view on launch</li>
+         <li>Fix a regression for live update of songs</li>
+         <li>Correctly retrieve artist art</li>
+         <li>Do not crash when a playlist is sorted</li>
+         <li>Fix checkbox style in the albums view</li>
+       </ul>
+       <p>This release also updates translations.</p>
+      </description>
+    </release>
     <release version="3.38.1" date="2020-10-05">
       <description>
         <p>
diff --git a/meson.build b/meson.build
index d37df5114..773102513 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-music',
-    version: '3.38.1',
+    version: '3.38.2',
     meson_version: '>= 0.49.0'
 )
 


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