Skip to content

Commit b622dd3

Browse files
Release 5.1.0 (#641)
* Release 5.1.0 * Update meson.build * Update screenshots Co-authored-by: Cassidy James Blaede <[email protected]>
1 parent 9afcc8d commit b622dd3

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@
1212
<p>Music is a fast and beautiful audio player with a focus on music and libraries. It handles external devices, CDs, and album art.</p>
1313
</description>
1414
<releases>
15-
<release version="5.1.0" date="2020-04-2" urgency="medium">
15+
<release version="5.1.0" date="2021-07-13" urgency="medium">
1616
<description>
17+
<p>Fix an issue with saving smart playlists</p>
1718
<p>Drop support for CD-ROM</p>
19+
<p>Dark style support</p>
20+
<p>Minor visual improvements</p>
1821
<p>Updated translations</p>
1922
</description>
2023
</release>

data/screenshot-2.png

189 KB
Loading

data/screenshot-3.png

-169 KB
Loading

data/screenshot.png

998 KB
Loading

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'io.elementary.music',
33
'vala', 'c',
4-
version: '5.0.5'
4+
version: '5.1.0'
55
)
66

77
prefix = get_option('prefix')

0 commit comments

Comments
 (0)