-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathio.github.aganzha.Stage.metainfo.xml
More file actions
74 lines (65 loc) · 2.19 KB
/
io.github.aganzha.Stage.metainfo.xml
File metadata and controls
74 lines (65 loc) · 2.19 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
<?xml version="1.0" encoding="UTF-8"?>
<!--
SPDX-FileCopyrightText: 2024 Aleksey Ganzha <aganzha@yandex.ru>
SPDX-License-Identifier: GPL-3.0-or-later
-->
<component type="desktop-application">
<id>io.github.aganzha.Stage</id>
<launchable type="desktop-id">io.github.aganzha.Stage.desktop</launchable>
<name>Stage</name>
<summary>Git GUI client inspired by Magit</summary>
<metadata_license>CC0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<description>
<p>Git GUI client inspired by Magit.</p>
<ul>
<li>Stage individual files and hunks</li>
<li>Create, checkout, merge branches easily</li>
<li>Cherry-pick, revert everything</li>
<li>Manage stashes</li>
<li>Resolve conflicts</li>
</ul>
</description>
<content_rating type="oars-1.1" />
<categories>
<category>Development</category>
<category>Utility</category>
</categories>
<keywords>
<keyword>RevisionControl</keyword>
<keyword>Development</keyword>
<keyword>Utility</keyword>
<keyword>IDE</keyword>
<keyword>GNOME</keyword>
<keyword>GTK</keyword>
<keyword>git</keyword>
</keywords>
<screenshots>
<screenshot>
<image>https://storage.yandexcloud.net/www.aganzha.online/static/io.github.aganzha.Stage-light.png</image>
<caption>Stage light</caption>
</screenshot>
<screenshot type="default">
<image>https://www.aganzha.online/static/io.github.aganzha.Stage-dark.png</image>
<caption>Stage dark</caption>
</screenshot>
</screenshots>
<branding>
<color type="primary" scheme_preference="light">#f4b51c</color>
<color type="primary" scheme_preference="dark">#614a11</color>
</branding>
<url type="homepage">https://github.com/aganzha/stage</url>
<url type="bugtracker">https://github.com/aganzha/stage/issues</url>
<url type="vcs-browser">https://github.com/aganzha/stage</url>
<developer id="io.github.aganzha">
<name>Alexey Ganzha</name>
</developer>
<update_contact>aganzha@yandex.ru</update_contact>
<releases>
<release version="0.1.24" date="2025-11-15">
<description>
<p>Application release</p>
</description>
</release>
</releases>
</component>