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



commit 6cd5f003f8a374c023bacc421309e450ec34c4ce
Author: Jean Felder <jfelder src gnome org>
Date:   Sat Mar 28 23:07:19 2020 +0100

    Release 3.36.1

 NEWS                                   | 26 ++++++++++++++++++++++++++
 data/org.gnome.Music.appdata.xml.in.in |  7 +++++++
 data/ui/AboutDialog.ui.in              |  2 ++
 meson.build                            |  2 +-
 4 files changed, 36 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 39c686f5..1a5b7f07 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+Overview of changes in 3.36.1
+=============================
+
+• Fix crash when Pango 1.44 is not available
+• Do not change python module search path
+• Various CoreModel and Playlist binding optimizations
+• Various crash and bugfixes
+
+Bugs fixed:
+ Crash while searching due to bugs in searchview.py (#372)
+ Do not change the module search path (#377)
+ Wrong song count in favourite playlist (#376)
+ First song selected displays selected count as 2 (#379)
+ App crashing on start: type object 'AttrFontFeatures' has no attribute 'new' (#374)
+
+Thanks to our contributors this release:
+ Ashwani Singh Tanwar
+ Jean Felder
+ Marinus Schraal
+ Weifeng Lai
+
+Updated translations:
+ Catalan
+ Norwegian Bokmål
+ Ukrainian
+
 Overview of changes in 3.36.0
 =============================
 
diff --git a/data/org.gnome.Music.appdata.xml.in.in b/data/org.gnome.Music.appdata.xml.in.in
index 62c92c2e..26fcc84f 100644
--- a/data/org.gnome.Music.appdata.xml.in.in
+++ b/data/org.gnome.Music.appdata.xml.in.in
@@ -27,6 +27,13 @@
       <image 
type="source">https://gitlab.gnome.org/GNOME/gnome-music/raw/master/data/screenshots/gnome-music-4.png</image>
     </screenshot>
   </screenshots>
+  <release version="3.34.5" date="2020-03-28">
+      <description>
+        <p>
+          Bugfixes and translation updates.
+        </p>
+      </description>
+  </release>
   <releases>
     <release version="3.36.0" date="2020-03-07">
       <description>
diff --git a/data/ui/AboutDialog.ui.in b/data/ui/AboutDialog.ui.in
index 56903469..0dada51e 100644
--- a/data/ui/AboutDialog.ui.in
+++ b/data/ui/AboutDialog.ui.in
@@ -27,6 +27,7 @@ Andre Klapper
 Andreas Nilsson
 Apostol Bakalov
 Arnel A. Borja
+Ashwani Singh Tanwar
 Ashwin Mohan
 Benoît Legat
 Bilal Elmoussaoui
@@ -96,6 +97,7 @@ Taylor Garcia
 Tjipke van der Heide
 Vadim Rutkovsky
 Veerasamy Sevagen
+Weifeng Lai
 Yash Singh
     </property>
     <property name="artists">Allan Day
diff --git a/meson.build b/meson.build
index 9882ef05..04dc7d28 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-music',
-    version: '3.36.0',
+    version: '3.36.1',
     meson_version: '>= 0.46.0'
 )
 


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