[gnome-music/gnome-3-36] Release 3.36.5



commit 58c745b63664b87ce8d659259e4c4b8f7d9d40e6
Author: Jean Felder <jfelder src gnome org>
Date:   Sat Sep 5 23:43:47 2020 +0200

    Release 3.36.5

 NEWS                                   | 15 +++++++++++++++
 data/org.gnome.Music.appdata.xml.in.in |  7 +++++++
 data/ui/AboutDialog.ui.in              |  1 +
 meson.build                            |  2 +-
 4 files changed, 24 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 8013d4f7..8a64c10f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Overview of changes in 3.36.5
+=============================
+
+Bugs fixed:
+ scrobbler: Don't crash if gnome-online-accounts is unavailable (#410)
+ Selection mode search doesn't work (#405)
+ Selecting an album in albums view in selection mode randomly deselects other albums (#406)
+ Selection mode only works for artists during search (#407)
+ mpris misc fixes (!743)
+
+Thanks to our contributors this release:
+ Jean Felder
+ Marinus Schrall
+ Simon McVittie
+
 Overview of changes in 3.36.4.1
 ===============================
 
diff --git a/data/org.gnome.Music.appdata.xml.in.in b/data/org.gnome.Music.appdata.xml.in.in
index c5816da2..e8bd6ae0 100644
--- a/data/org.gnome.Music.appdata.xml.in.in
+++ b/data/org.gnome.Music.appdata.xml.in.in
@@ -28,6 +28,13 @@
     </screenshot>
   </screenshots>
   <releases>
+    <release version="3.36.5" date="2020-07-04">
+      <description>
+        <p>
+          This release fixes bugs related to MPRIS and selection-mode.
+        </p>
+      </description>
+    </release>
     <release version="3.36.4.1" date="2020-07-08">
       <description>
         <p>
diff --git a/data/ui/AboutDialog.ui.in b/data/ui/AboutDialog.ui.in
index 7e878871..3ccab36a 100644
--- a/data/ui/AboutDialog.ui.in
+++ b/data/ui/AboutDialog.ui.in
@@ -92,6 +92,7 @@ Sambhav Kothari
 Seif Lotfy
 Shivani Poddar
 Shivansh Handa
+Simon McVittie
 Subhadip Jana
 Sumaid Syed
 Suyash Garg
diff --git a/meson.build b/meson.build
index a64fdd74..d4477ba7 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-music',
-    version: '3.36.4.1',
+    version: '3.36.5',
     meson_version: '>= 0.46.0'
 )
 


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