-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathcomma-plugin-appcast.xml
53 lines (53 loc) · 1.84 KB
/
comma-plugin-appcast.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
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comma for Sketch</title>
<link>https://raw.githubusercontent.com/margusholland/Comma/master/comma-plugin-appcast.xml</link>
<description>For those caring about text.</description>
<language>en</language>
<item>
<title>Version 1.4.1</title>
<description>
<![CDATA[
<ul>
<li>Plugin Icon added</li>
</ul>
]]>
</description>
<enclosure url="https://raw.githubusercontent.com/margusholland/Comma/master/versions/v.1.4.1.zip" sparkle:version="1.4.1" />
</item>
<item>
<title>Version 1.4</title>
<description>
<![CDATA[
<ul>
<li>Replace whole text in selected layers</li>
</ul>
]]>
</description>
<enclosure url="https://raw.githubusercontent.com/margusholland/Comma/master/versions/v.1.4.zip" sparkle:version="1.4" />
</item>
<item>
<title>Version 1.3.1</title>
<description>
<![CDATA[
<ul>
<li>Icons for Sketch Runner</li>
</ul>
]]>
</description>
<enclosure url="https://raw.githubusercontent.com/margusholland/Comma/master/versions/v.1.3.1.zip" sparkle:version="1.3.1" />
</item>
<item>
<title>Version 1.3.2</title>
<description>
<![CDATA[
<ul>
<li>Support for Sketch v45 update mechanism</li>
</ul>
]]>
</description>
<enclosure url="https://raw.githubusercontent.com/margusholland/Comma/master/versions/v.1.3.2.zip" sparkle:version="1.3.2" />
</item>
</channel>
</rss>