-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathcom.ranfdev.DistroShelf.metainfo.xml.in
More file actions
143 lines (135 loc) · 6.06 KB
/
com.ranfdev.DistroShelf.metainfo.xml.in
File metadata and controls
143 lines (135 loc) · 6.06 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.ranfdev.DistroShelf</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<name>DistroShelf</name>
<summary>Graphical interface for managing Distrobox containers</summary>
<description>
<p>
DistroShelf is a graphical interface for managing Distrobox containers on Linux.
It provides an easy way to:
</p>
<ul>
<li>Create and manage containers</li>
<li>View container status and details</li>
<li>Install packages</li>
<li>Manage exported applications</li>
<li>Open terminal sessions</li>
<li>Upgrade containers</li>
<li>Clone and delete containers</li>
</ul>
</description>
<developer id="com.ranfdev">
<name>Lorenzo Miglietta</name>
</developer>
<!-- Requered: Should be a link to the upstream homepage for the component -->
<url type="homepage">https://github.com/ranfdev/DistroShelf</url>
<!-- Recommended: It is highly recommended for open-source projects to display the source code repository -->
<url type="vcs-browser">https://github.com/ranfdev/DistroShelf</url>
<!-- Should point to the software's bug tracking system, for users to report new bugs -->
<url type="bugtracker">https://github.com/ranfdev/DistroShelf/issues</url>
<!-- Should link a FAQ page for this software, to answer some of the most-asked questions in detail -->
<!-- URLs of this type should point to a webpage where users can submit or modify translations of the upstream project -->
<!-- <url type="translate">https://example.org/translate</url> -->
<!-- <url type="faq">https://example.org/faq</url> -->
<!--Sould provide a web link to an online user's reference, a software manual or help page -->
<!-- <url type="help">https://example.org/help</url> -->
<!-- URLs of this type should point to a webpage showing information on how to donate to the described software project -->
<url type="donation">https://github.com/sponsors/ranfdev</url>
<!--This could for example be an HTTPS URL to an online form or a page describing how to contact the developer -->
<!-- <url type="contact">https://example.org/contact</url> -->
<!--URLs of this type should point to a webpage showing information on how to contribute to the described software project -->
<!-- <url type="contribute">https://example.org/contribute</url> -->
<translation type="gettext">distroshelf</translation>
<!-- All graphical applications having a desktop file must have this tag in the MetaInfo.
If this is present, appstreamcli compose will pull icons, keywords and categories from the desktop file. -->
<launchable type="desktop-id">com.ranfdev.DistroShelf.desktop</launchable>
<!-- Use the OARS website (https://hughsie.github.io/oars/generate.html) to generate these and make sure to use oars-1.1 -->
<content_rating type="oars-1.1" />
<!-- Applications should set a brand color in both light and dark variants like so -->
<branding>
<color type="primary" scheme_preference="light">#deddda</color>
<color type="primary" scheme_preference="dark">#241f31</color>
</branding>
<screenshots>
<screenshot type="default">
<image type="source">https://raw.githubusercontent.com/ranfdev/DistroShelf/master/data/screenshots/1.png</image>
</screenshot>
<screenshot>
<image type="source">https://raw.githubusercontent.com/ranfdev/DistroShelf/master/data/screenshots/2.png</image>
</screenshot>
<screenshot>
<image type="source">https://raw.githubusercontent.com/ranfdev/DistroShelf/master/data/screenshots/3.png</image>
</screenshot>
</screenshots>
<releases>
<release version="1.0.8" date="2025-05-28">
<description translate="no">
<ul>
<li>Fixed custom home path resolution</li>
<li>Add parsing of volume paths</li>
</ul>
</description>
</release>
<release version="1.0.7" date="2025-05-23">
<description translate="no">
<ul>
<li>Added support for custom terminal commands</li>
<li>Refactored code to improve support of flatpak and non-flatpak versions</li>
</ul>
</description>
</release>
<release version="1.0.6" date="2025-05-12">
<description translate="no">
<ul>
<li>Added Italian translation</li>
<li>Added Dutch translation</li>
<li>Added Ghostty terminal support</li>
<li>Added Terminator terminal support</li>
</ul>
</description>
</release>
<release version="1.0.5" date="2025-04-30">
<description translate="no">
<p>Lighter, bigger items in icon</p>
</description>
</release>
<release version="1.0.4" date="2025-04-29">
<description translate="no">
<p>Fix appstream metadata, showing more screenshots and improving banner colors</p>
</description>
</release>
<release version="1.0.3" date="2025-04-25">
<description translate="no">
<ul>
<li>Wait for export commands to finish before reloading app list</li>
<li>Close selected task when closing the entire task dialog</li>
<li>Remove main view of container actions after container is deleted</li>
</ul>
</description>
</release>
<release version="1.0.2" date="2025-04-25">
<description translate="no">
<ul>
<li>Fixed create container button not working</li>
<li>Fixed continue button in welcome screen not working after having installed distrobox</li>
</ul>
</description>
</release>
<release version="1.0.1" date="2025-03-25">
<description translate="no">
<p>First release</p>
<ul>
<li>Create and manage containers</li>
<li>View container status and details</li>
<li>Install packages</li>
<li>Manage exported applications</li>
<li>Open terminal sessions</li>
<li>Upgrade containers</li>
<li>Clone and delete containers</li>
</ul>
</description>
</release>
</releases>
</component>