forked from flathub/io.github.shiftey.Desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio.github.shiftey.Desktop.metainfo.xml
107 lines (107 loc) · 4.26 KB
/
io.github.shiftey.Desktop.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
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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.github.shiftey.Desktop</id>
<name>GitHub Desktop</name>
<summary>Simple collaboration from your desktop</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license>
<description>
<p>
Focus on what matters instead of fighting with Git. Whether you're new to Git or a seasoned
user, GitHub Desktop simplifies your development workflow.
</p>
<p>
Attribute commits with collaborators easily. Quickly add co-authors to your commit. Great for
pairing and excellent for sending a little love/credit to that special someone who helped fix
that gnarly bug of yours. See the attribution on the history page, undo an accidental
attribution, and see the co-authors on github.com
</p>
<p>
Checkout branches with pull requests and view CI statuses. See all open pull requests for your
repositories and check them out as if they were a local branch, even if they're from upstream
branches or forks. See which pull requests pass commit status checks, too!]
</p>
<p>
Syntax highlighted diffs. The new GitHub Desktop supports syntax highlighting when viewing
diffs for a variety of different languages.
</p>
<p>
Expanded image diff support. Easily compare changed images. See the before and after, swipe or
fade between the two, or look at just the changed parts.
</p>
<p>
Extensive editor & shell integrations. Open your favorite editor or shell from the app, or
jump back to GitHub Desktop from your shell. GitHub Desktop is your springboard for work.
</p>
<p>
Community supported. GitHub Desktop is open source now! Check out our roadmap, contribute, and
help us make collaboration even easier.
</p>
<p>
This version of GitHub Desktop is a fork that adds support for Linux.
</p>
</description>
<url type="homepage">https://github.com/shiftkey/desktop#readme</url>
<launchable type="desktop-id">io.github.shiftey.Desktop.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>
https://cloud.githubusercontent.com/assets/359239/26094502/a1f56d02-3a5d-11e7-8799-23c7ba5e5106.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1"/>
<releases>
<release version="3.3.6-linux3" date="2023-12-21"/>
<release version="3.3.5-linux2" date="2023-11-27">
<description>
<p>Improved</p>
<ul>
<li>Upgrade Electron to v26.6.1</li>
</ul>
</description>
</release>
<release version="3.3.5-linux1" date="2023-11-27">
<description>
<p>Added</p>
<ul>
<li>Syntax highlighting now supports .cc files</li>
</ul>
<p>Fixed</p>
<ul>
<li>Long file paths are correctly truncated in the conflicts dialog </li>
</ul>
</description>
</release>
<release version="3.3.3-linux2" date="2023-10-09"/>
<release version="3.3.1-linux1" date="2023-09-03"/>
<release version="3.2.9-linux1" date="2023-08-28"/>
<release version="3.2.7-linux2" date="2023-07-31"/>
<release version="3.2.6-linux1" date="2023-07-04"/>
<release version="3.2.5-linux1" date="2023-07-04"/>
<release version="3.2.1-linux2" date="2023-04-10"/>
<release version="3.2.0-linux1" date="2023-03-02"/>
<release version="3.1.8-linux1" date="2023-02-27"/>
<release version="3.1.7-linux1" date="2023-02-17"/>
<release version="3.1.5-linux2" date="2023-01-30"/>
<release version="3.1.1-linux1" date="2022-10-15">
<description>
<p>Fixes and improvements</p>
<ul>
<li>App correctly remembers undo commit prompt setting</li>
</ul>
</description>
</release>
<release version="3.0.7-linux1" date="2022-09-08"/>
<release version="3.0.5-linux1" date="2022-08-03"/>
<release version="3.0.4-linux1" date="2022-07-26"/>
<release version="3.0.3-linux1" date="2022-07-07"/>
<release version="3.0.2-linux1" date="2022-06-25">
<description>
<p>Fixes and improvements</p>
<ul>
<li>Updated electron from 17.4.0 to 17.4.5</li>
</ul>
</description>
</release>
</releases>
</component>