[gnome-music] Release 3.37.2



commit 5edd74fe8018aedde47190b4af2f9cfa1921f330
Author: Jean Felder <jfelder src gnome org>
Date:   Sun May 31 00:46:09 2020 +0200

    Release 3.37.2

 NEWS                      | 48 +++++++++++++++++++++++++++++++++++++++++++++++
 data/ui/AboutDialog.ui.in |  6 ++++++
 meson.build               |  2 +-
 3 files changed, 55 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 39c686f5..4ec19957 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,51 @@
+Overview of changes in 3.37.2
+=============================
+
+* Use Gtk.Template for all the Views and remove BaseView
+* Prefer Albumartist field for artist search
+* Change Artist view selection from artist to song
+* Extend Gtk.Template usage for Window
+* Deinitialize Grilo on shutdown
+* Music now explicitly depends on Pango 1.44 or above
+* Flatpak cleanups and updates
+* Various widgets style and code cleanups
+
+Bugs fixed:
+ Artist view should support music selection (#26)
+ In-app notifications need to be dismissable (#259)
+ Stop using show_all (#320)
+ Crash while searching due to bugs in searchview.py (#372)
+ Crash on start: object 'AttrFontFeatures' has no attribute 'new' (#374)
+ Wrong song count in favourite playlist (#376)
+ Please stop changing the module search path (#377)
+ Use libsoup for art retrieval (#378)
+ Music crashes on 'check_smart_playlist_change' call (#382)
+
+Thanks to our contributors this release:
+ Ashwani Singh Tanwar
+ Atharva Veer
+ Chinmay Gurjar
+ Erik Inkinen
+ Evan Nehring
+ Jean Felder
+ Marinus Schraal
+ Weifang Lai
+
+Added translations:
+ Ukrainian
+
+Updated translations:
+ Catalan
+ Chinese (China)
+ Chinese (Taiwan)
+ Hebrew
+ Norwegian Bokmål
+ Romanian
+ Russian
+ Slovak
+ Slovenian
+ Ukrainian
+
 Overview of changes in 3.36.0
 =============================
 
diff --git a/data/ui/AboutDialog.ui.in b/data/ui/AboutDialog.ui.in
index 56903469..53b8b519 100644
--- a/data/ui/AboutDialog.ui.in
+++ b/data/ui/AboutDialog.ui.in
@@ -27,7 +27,9 @@ Andre Klapper
 Andreas Nilsson
 Apostol Bakalov
 Arnel A. Borja
+Ashwani Singh Tanwar
 Ashwin Mohan
+Atharva Veer
 Benoît Legat
 Bilal Elmoussaoui
 Billy Barrow
@@ -41,6 +43,8 @@ Clayton G. Hobbs
 Divyanshu Vishwakarma
 Eslam Mostafa
 Elias Entrup
+Erik Inkinen
+Evan Nehring
 Evandro Giovanini
 Fabiano Fidêncio
 Felipe Borges
@@ -96,6 +100,7 @@ Taylor Garcia
 Tjipke van der Heide
 Vadim Rutkovsky
 Veerasamy Sevagen
+Weifang Lai
 Yash Singh
     </property>
     <property name="artists">Allan Day
@@ -181,6 +186,7 @@ Xavi Ivars
 Yi-Jyun Pan
 Yosef Or Boczko
 Yuras Shumovich
+Yuri Chornoivan
 Yuri Myasoedov
 Zander Brown
     </property>
diff --git a/meson.build b/meson.build
index 67193757..9c25ae6b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-music',
-    version: '3.36.0',
+    version: '3.37.2',
     meson_version: '>= 0.46.0'
 )
 


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