-
Notifications
You must be signed in to change notification settings - Fork 9
/
appcast.xml
53 lines (53 loc) · 1.83 KB
/
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>Sketch Divine Proportions</title>
<link>https://raw.githubusercontent.com/ichord/sketch-divine-proportions/master/appcast.xml</link>
<description>Draw divine proportions helper lines automatically.</description>
<language>en</language>
<item>
<title>v0.1.0</title>
<description>
<![CDATA[
First release for Sketch 3.2
]]>
</description>
<enclosure url="https://github.com/ichord/sketch-divine-proportions/archive/v0.1.0.zip" sparkle:version="0.1.0" />
</item>
<item>
<title>0.1.1</title>
<description>
<![CDATA[
compatibility of Sketch 3.4
]]>
</description>
<enclosure url="https://github.com/ichord/sketch-divine-proportions/archive/v0.1.1.zip" sparkle:version="0.1.1" />
</item>
<item>
<title>1.0.1</title>
<description>
<![CDATA[
Release as major version and support Sketch 45
<ul>
<li>Fix typos</li>
<li>Fix color setting issues</li>
<li>Support Offical plugin update system</li>
</ul>
]]>
</description>
<enclosure url="https://github.com/ichord/sketch-divine-proportions/archive/v1.0.1.zip" sparkle:version="1.0.1" />
</item>
<item>
<title>1.0.2</title>
<description>
<![CDATA[
Release as major version and support Sketch 46
<ul>
<li>Fix the usage of border style API</li>
</ul>
]]>
</description>
<enclosure url="https://github.com/ichord/sketch-divine-proportions/archive/v1.0.2.zip" sparkle:version="1.0.2" />
</item>
</channel>
</rss>