From 7ef36ed4b3a00c5af3f0438e16afa45fb8ec83c7 Mon Sep 17 00:00:00 2001 From: Marinus Schraal Date: Tue, 10 Sep 2019 00:42:53 +0200 Subject: [PATCH] Release 3.34.0 --- NEWS | 16 ++++++++++++++++ data/ui/AboutDialog.ui.in | 1 + meson.build | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f9c9aaf4..93fff54d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +Overview of changes in 3.34.0 +============================= + +This release marks the first stable release after a invasive rewrite of Music +internals and may still be rough around the edges. Regressions and known issues +are kept track of in #299, further issue reports are welcome. + +* A flatpak issue with cover art retrieval was fixed + +Thanks to our contributors this release: + Jean Felder + +Tranlations updated: + Japanese + Italian + Overview of changes in 3.33.92 ============================== diff --git a/data/ui/AboutDialog.ui.in b/data/ui/AboutDialog.ui.in index 2e50bc5e..fa647281 100644 --- a/data/ui/AboutDialog.ui.in +++ b/data/ui/AboutDialog.ui.in @@ -156,6 +156,7 @@ Osman Karagöz Petr Kovář Piotr Drąg Rafael Fontenelle +Ryuta Fujii Rūdolfs Mazurs Sabri Ünal Sebastian Rasmussen diff --git a/meson.build b/meson.build index 03489e7a..b0261a5e 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-music', - version: '3.33.92', + version: '3.34.0', meson_version: '>= 0.46.0' ) -- GitLab