-
Notifications
You must be signed in to change notification settings - Fork 12
/
appcast.xml
118 lines (118 loc) · 4.38 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
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
108
109
110
111
112
113
114
115
116
117
118
<?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>P5Sketch</title>
<link>http://sparkle-project.org/files/sparkletestcast.xml</link>
<description>A plugin for running p5.js code inside Sketch</description>
<language>en</language>
<item>
<title>Version 0.9.2</title>
<description>
<![CDATA[
<ul>
<li>Pre-release version</li>
</ul>
]]>
</description>
<enclosure url="https://github.com/jacopocolo/p5-sketchplugin/releases/download/v0.9.1/p5.0.9.1.sketchplugin.zip" sparkle:version="0.9.2" />
</item>
<item>
<title>Version 0.9.3</title>
<description>
<![CDATA[
<ul>
<li>Test update</li>
</ul>
]]>
</description>
<enclosure url="https://github.com/jacopocolo/p5-sketchplugin/releases/download/v0.9.3/p5.0.9.3.sketchplugin.zip" sparkle:version="0.9.3" />
</item>
<item>
<title>Version 0.9.4</title>
<description>
<![CDATA[
<ul>
<li>Fixes bug #2</li>
<li>Editor window is now resizeable</li>
<li>Editor has a new visual style that should make things a bit easier</li>
</ul>
]]>
</description>
<enclosure url="https://github.com/jacopocolo/p5-sketchplugin/releases/download/v0.9.4/p5.0.9.4.sketchplugin.zip" sparkle:version="0.9.4" />
</item>
<item>
<title>Version 0.9.5</title>
<description>
<![CDATA[
<ul>
<li>Updated the UI</li>
<li>Added a generative grid and simple bar chart to presets</li>
<li>Fixed a bug with translate in bezierVertex</li>
<li>Removed the get() function because it crashed in Sketch 47</li>
</ul>
]]>
</description>
<enclosure url="https://github.com/jacopocolo/p5-sketchplugin/releases/download/v0.9.5/p5.0.9.5.sketchplugin.zip" sparkle:version="0.9.5" />
</item>
<item>
<title>Version 1.0.0</title>
<description>
<![CDATA[
<ul>
<li>Minor bug fixes and official 1.0 release</li>
</ul>
]]>
</description>
<enclosure url="https://github.com/jacopocolo/p5-sketchplugin/releases/download/v1.0/p5.1.0.0.sketchplugin.zip" sparkle:version="1.0.0" />
</item>
<item>
<title>Version 1.1.0</title>
<description>
<![CDATA[
<ul>
<li>Ready for Sketch 48</li>
<li>Added get() function for fetching remote JSON and get() code example</li>
<li>Added release notes in the UI 👋🏻</li>
<li>Stored code between updates in preferences</li>
<li>Fixed a shameful typo in the UI 🤦🏻</li>
</ul>
]]>
</description>
<enclosure url="https://github.com/jacopocolo/p5-sketchplugin/releases/download/V1.1.0/p5.1.1.0.sketchplugin.zip" sparkle:version="1.1.0" />
</item>
<item>
<title>Version 1.1.1</title>
<description>
<![CDATA[
<ul>
<li>Added a warning message in case the code has errors</li>
<li>(Hopefully) fixed a terrible case of: https://xkcd.com/1171/</li>
</ul>
]]>
</description>
<enclosure url="https://github.com/jacopocolo/p5-sketchplugin/releases/download/V1.1.1/p5.1.1.1.sketchplugin.zip" sparkle:version="1.1.1" />
</item>
<item>
<title>Version 1.1.2</title>
<description>
<![CDATA[
<ul>
<li>Added support for Sketch 50</li>
</ul>
]]>
</description>
<enclosure url="https://github.com/jacopocolo/p5-sketchplugin/releases/download/V1.1.2/p5.1.1.2.sketchplugin.zip" sparkle:version="1.1.2" />
</item>
<item>
<title>Version 1.1.3</title>
<description>
<![CDATA[
<ul>
<li>Added support for Sketch 52</li>
</ul>
]]>
</description>
<enclosure url="https://github.com/jacopocolo/p5-sketchplugin/releases/download/V1.1.3/p5.1.1.3.sketchplugin.zip" sparkle:version="1.1.3" />
</item>
</channel>
</rss>