forked from flathub/com.gitfiend.GitFiend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
com.gitfiend.GitFiend.metainfo.xml
79 lines (79 loc) · 3.7 KB
/
com.gitfiend.GitFiend.metainfo.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.gitfiend.GitFiend</id>
<name>GitFiend</name>
<summary>A Git client designed for humans</summary>
<description>
<p>Here's where GitFiends at feature-wise and what's coming up next.</p>
<ul>
<li>Git basics: Instant refresh, glance-able overview of repo state, clone, init, fetch,
auto-fetch, push, pull, stage and commit</li>
<li>Stashing: Stashing, un-stashing, stashing of selected files, hunks and specific lines</li>
<li>Branching: Merge, switch, create, delete and compare in branches view</li>
<li>Tags</li>
<li>Remotes: Add, remove or select which remote to pull and push to</li>
<li>Resolve merge conflicts: Select specific files, hunks or lines to include. Lines can be
rearranged</li>
<li>Undo: Undo un-pushed commits. Revert commits</li>
<li>Cherry-pick</li>
<li>Filter commits: Filter commits by branch or user</li>
<li>History for a specific file: Apply a file filter and navigate through all commits with
changes for that file</li>
<li>Search: Quickly search through history for code, commits, messages, users and branches.</li>
<li>Git submodules/multi-repo: Preview feature. Open a folder of repos, see the status of each
and run bulk actions such as fetch/pull/push and create branch.</li>
</ul>
</description>
<metadata_license>CC0-1.0</metadata_license>
<project_license>LicenseRef-proprietary</project_license>
<content_rating type="oars-1.1"/>
<categories>
<category>Development</category>
<category>RevisionControl</category>
</categories>
<url type="homepage">https://gitfiend.com</url>
<url type="bugtracker">https://github.com/GitFiend/Support/issues</url>
<screenshots>
<screenshot type="default">
<caption>Main screen</caption>
<image>https://gitfiend.com/resources/home-lin.png</image>
</screenshot>
</screenshots>
<releases>
<release version="0.45.3" date="2024-07-13"/>
<release version="0.44.3" date="2023-11-19"/>
<release version="0.44.2" date="2023-11-11"/>
<release version="0.42.1" date="2023-07-02"/>
<release version="0.42.0" date="2023-06-05"/>
<release version="0.40.6" date="2023-04-25"/>
<release version="0.39.4" date="2023-02-10"/>
<release version="0.38.3" date="2022-10-19"/>
<release version="0.37.2" date="2022-10-01"/>
<release version="0.36" date="2022-08-27"/>
<release version="0.35.3" date="2022-07-31"/>
<release version="0.34.0" date="2022-05-13"/>
<release version="0.33.0" date="2022-05-09"/>
<release version="0.32.0" date="2022-01-30"/>
<release version="0.31.0" date="2022-01-15"/>
<release version="0.30.1" date="2021-12-16"/>
<release version="0.29" date="2021-09-27"/>
<release version="0.28" date="2021-07-25"/>
<release version="0.27" date="2021-06-20"/>
<release version="0.26" date="2021-03-20"/>
<release version="0.25" date="2021-02-14"/>
<release version="0.24" date="2020-07-05"/>
<release version="0.23" date="2020-05-10"/>
<release version="0.22.8" date="2020-03-15"/>
<release version="0.22.6" date="2020-03-06"/>
<release version="0.22" date="2020-03-05"/>
<release version="0.21" date="2019-12-26"/>
<release version="0.20" date="2019-10-13"/>
<release version="0.19.5" date="2019-08-21"/>
<release version="0.19.2" date="2019-07-20"/>
<release version="0.19" date="2019-07-04"/>
<release version="0.18" date="2019-05-26"/>
<release version="0.17" date="2019-04-29"/>
</releases>
<developer_name>Toby Suggate</developer_name>
<launchable type="desktop-id">com.gitfiend.GitFiend.desktop</launchable>
</component>