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'))