summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Felder <jfelder@src.gnome.org>2020-09-05 23:43:47 +0200
committerJean Felder <jfelder@src.gnome.org>2020-09-05 23:48:51 +0200
commit58c745b63664b87ce8d659259e4c4b8f7d9d40e6 (patch)
tree46b0311765cdae707c15ad4ff7a85f88b969a7a0
parent49f9538f781e46d6294ee8cfb09e4e52340e5163 (diff)
Release 3.36.5
-rw-r--r--NEWS15
-rw-r--r--data/org.gnome.Music.appdata.xml.in.in7
-rw-r--r--data/ui/AboutDialog.ui.in1
-rw-r--r--meson.build2
4 files changed, 24 insertions, 1 deletions
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'
)