Skip to content

Commit b0c7867

Browse files
committed
Release 5.0.3
1 parent f88c5ba commit b0c7867

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@
1515
</p>
1616
</description>
1717
<releases>
18+
<release version="5.0.3" date="2019-02-26" urgency="medium">
19+
<description>
20+
<p>Scale album art properly at high resolutions</p>
21+
<p>Accurately select Music Folder Location for directories with spaces in name</p>
22+
<p>New MediaKeyListener path for gnome-settings-daemon</p>
23+
<p>Updated translations</p>
24+
</description>
25+
</release>
1826
<release version="5.0.2" date="2018-12-18" urgency="medium">
1927
<description>
2028
<p>AlbumView: double-click to play album</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.2')
1+
project('io.elementary.music', 'vala', 'c', version: '5.0.3')
22

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

0 commit comments

Comments
 (0)