-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcom.yktoo.ymuse.appdata.xml
57 lines (57 loc) · 2.23 KB
/
com.yktoo.ymuse.appdata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>com.yktoo.ymuse</id>
<launchable type="desktop-id">com.yktoo.ymuse.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
<project_license>Apache-2.0</project_license>
<name>Ymuse</name>
<summary>Easy, functional, and snappy GTK front-end (client) for Music Player Daemon</summary>
<description>
<p>Ymuse is an easy, functional, and snappy GTK front-end (client) for Music Player Daemon written in Go.</p>
</description>
<screenshots>
<screenshot width="1139" height="763" type="default">
<image>https://res.cloudinary.com/yktoo/image/upload/blog/e6ecokfftenpwlwswon1.png</image>
<caption>Ymuse main window (Queue tab).</caption>
</screenshot>
</screenshots>
<url type="homepage">https://yktoo.com/en/software/ymuse/</url>
<url type="bugtracker">https://github.com/yktoo/ymuse/issues</url>
<developer_name>Dmitry Kann</developer_name>
<content_rating type="oars-1.1"/>
<releases>
<release date="2023-10-04" version="0.22">
<description>
<p>Changelog:</p>
<ul>
<li>Updated app icon (#79)</li>
<li>Add drag-and-drop queue reordering (#34)</li>
<li>Support for single-track repeat (#76)</li>
<li>Allow adding/replacing of all tracks in Library by Files context menu (#69)</li>
<li>Remove warnings about non-existent/empty Ymuse config (#70)</li>
<li>German translation (#68)</li>
</ul>
</description>
</release>
<release date="2022-08-19" version="0.21">
<description>
<p>Changelog:</p>
<ul>
<li>Add Ctrl+Shift+Left/Right shortcuts for seeking through current track (#56)</li>
<li>Scale album art proportionally (#59)</li>
<li>Add embedded album art image support (#52)</li>
<li>Add image size setting for album artwork</li>
</ul>
</description>
</release>
<release version="0.20" date="2022-05-29">
<description>
<p>Changelog:</p>
<ul>
<li>Add MPD Outputs dialog (#44)</li>
<li>Fix Add to playlist appending to wrong playlist (#51)</li>
</ul>
</description>
</release>
</releases>
</component>