From 8f2907bd0bd4abc2c0caeebd340e1b38eedb2878 Mon Sep 17 00:00:00 2001 From: Jean Felder Date: Sun, 24 Nov 2019 20:08:14 +0100 Subject: [PATCH] Release 3.34.2 --- NEWS | 23 +++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c49cd633..a884f457 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +Overview of changes in 3.34.2 +============================= + +* Load Album Covers on demand +* Restore support for "Album Artist" tag +* Disable online search by default +* CoreModel misc cleanups and fixes +* MPRIS misc cleanups and fixes + +Bugs fixed: + Fix a crash in Last.fm support (#328) + GNOME shell MPRIS controls are not visible (#332) + PlayerToolbar can become invisible (#335) + Issues when resizing window below apparent minimum width (#337) + GNOME music crashes after creating a huge amount of threads (#312) + GNOME Music crashes if xdg_music_dir is not set (#338) + group artists with a feat or an original artist under the same artist (#331) + Songs Not in ~/Music Show Up In Search (#317) + +Thanks to our contributors this release: + Jean Felder + Marinus Schraal + Overview of changes in 3.34.1 ============================= diff --git a/meson.build b/meson.build index b1ea4377..a956d49d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-music', - version: '3.34.1', + version: '3.34.2', meson_version: '>= 0.46.0' ) -- GitLab