diff --git a/NEWS b/NEWS index c49cd633301ac7d5d2b3301b456f21c2dd62832d..a884f45712c9c0784a3cb5232c24b6a91dc7d36e 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 b1ea4377361a5eb5bf9be4930579c6fa69259d48..a956d49d850965c4f8927c4cb90e06202f357444 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' )