Skip to content

Commit e75ec60

Browse files
committed
Release 5.0.4
1 parent 7046476 commit e75ec60

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

data/io.elementary.music.appdata.xml.in

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@
1515
</p>
1616
</description>
1717
<releases>
18+
<release version="5.0.4" date="2019-04-17" urgency="medium">
19+
<description>
20+
<p>Removed old gsignond vapi</p>
21+
<p>LibraryWindow: Use Granite.MessageDialog for showing alerts</p>
22+
<p>PlaylistsUtils: Use Gtk.FileChooserNative</p>
23+
<p>Accurately remember window size</p>
24+
<p>Updated translations</p>
25+
</description>
26+
</release>
1827
<release version="5.0.3" date="2019-02-26" urgency="medium">
1928
<description>
2029
<p>Scale album art properly at high resolutions</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('io.elementary.music', 'vala', 'c', version: '5.0.3')
1+
project('io.elementary.music', 'vala', 'c', version: '5.0.4')
22

33
prefix = get_option('prefix')
44
datadir = join_paths(prefix, get_option('datadir'))

0 commit comments

Comments
 (0)