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



commit 21905c211fa43fce5d1bc160aa44b57ab95749eb
Author: Jean Felder <jfelder src gnome org>
Date:   Fri Mar 26 15:53:12 2021 +0100

    Release 3.38.3

 NEWS                                   | 22 ++++++++++++++++++++++
 data/org.gnome.Music.appdata.xml.in.in | 14 ++++++++++++++
 data/ui/AboutDialog.ui.in              |  1 +
 meson.build                            |  2 +-
 4 files changed, 38 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 6afe6baed..c04202f24 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+Overview of changes in 3.38.3
+=============================
+
+Bugs fixed:
+ Fix disc label color
+ Adding songs to favorite crash the app (#441)
+ Crash when creating a playlist containing a quotation mark (#447)
+ Do not try to delete a playlist when renamed
+ Fix playlist deletion with a key (!815)
+ Play bar buggy after end of playlist (#411)
+ User playlists list does not update after adding new songs (#445)
+ Fix removal of songs from a playlist (!822)
+ Fix album view selection by the stack switcher on launch (!825)
+
+Thanks to our contributors this release:
+ Jean Felder
+ Yann Delaby
+
+Updated translations:
+ Norwegian Bokmål
+ Romanian
+
 Overview of changes in 3.38.2
 =============================
 
diff --git a/data/org.gnome.Music.appdata.xml.in.in b/data/org.gnome.Music.appdata.xml.in.in
index 6a5f865e7..c36208b9b 100644
--- a/data/org.gnome.Music.appdata.xml.in.in
+++ b/data/org.gnome.Music.appdata.xml.in.in
@@ -28,6 +28,20 @@
     </screenshot>
   </screenshots>
   <releases>
+    <release version="3.38.3" date="2020-03-26">
+      <description>
+        <p>
+         This release fixes some issues:
+       </p>
+       <ul>
+         <li>Fix adding songs to favorite from the songs view</li>
+         <li>Fix playlist deletion with the delete key</li>
+         <li>Fix playbar reset at the end of playlist</li>
+         <li>Fix removal of songs from a playlist</li>
+       </ul>
+       <p>This release also updates translations.</p>
+      </description>
+    </release>
     <release version="3.38.2" date="2020-11-21">
       <description>
         <p>
diff --git a/data/ui/AboutDialog.ui.in b/data/ui/AboutDialog.ui.in
index 38ff9ad58..de4540d11 100644
--- a/data/ui/AboutDialog.ui.in
+++ b/data/ui/AboutDialog.ui.in
@@ -105,6 +105,7 @@ Tjipke van der Heide
 Vadim Rutkovsky
 Veerasamy Sevagen
 Weifang Lai
+Yann Delaby
 Yash Singh
     </property>
     <property name="artists">Allan Day
diff --git a/meson.build b/meson.build
index 773102513..ffdb64c95 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-music',
-    version: '3.38.2',
+    version: '3.38.3',
     meson_version: '>= 0.49.0'
 )
 


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