From e75ec609f0d44659bd0741773bab84797a17d3a8 Mon Sep 17 00:00:00 2001 From: Cody Garver Date: Wed, 17 Apr 2019 03:46:55 -0500 Subject: [PATCH] Release 5.0.4 --- data/io.elementary.music.appdata.xml.in | 9 +++++++++ meson.build | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/data/io.elementary.music.appdata.xml.in b/data/io.elementary.music.appdata.xml.in index 93e2c843c..337526219 100644 --- a/data/io.elementary.music.appdata.xml.in +++ b/data/io.elementary.music.appdata.xml.in @@ -15,6 +15,15 @@

+ + +

Removed old gsignond vapi

+

LibraryWindow: Use Granite.MessageDialog for showing alerts

+

PlaylistsUtils: Use Gtk.FileChooserNative

+

Accurately remember window size

+

Updated translations

+
+

Scale album art properly at high resolutions

diff --git a/meson.build b/meson.build index eaf813580..71c429e7c 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('io.elementary.music', 'vala', 'c', version: '5.0.3') +project('io.elementary.music', 'vala', 'c', version: '5.0.4') prefix = get_option('prefix') datadir = join_paths(prefix, get_option('datadir'))