-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathappcast.xml
44 lines (44 loc) · 1.84 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
<?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>Chromatic Sketch</title>
<link>https://github.com/petterheterjag/chromatic-sketch/blob/master/appcast.xml?raw=true</link>
<description>Create good-looking and perceptually uniform gradients and color scales.</description>
<language>en</language>
<item>
<title>Version 2.0.0</title>
<description>
<![CDATA[
<ul>
<li>A proper UI that let's you preview and customize the gradient or color scale</li>
<li>You can now use the Lch, HSL and RGB color modes in addition to Lab</li>
<li>Support for colors with alpha</li>
</ul>
]]>
</description>
<enclosure url="https://github.com/petterheterjag/chromatic-sketch/releases/download/v2.0.0/chromatic-sketch-v2.0.0.zip" sparkle:version="2.0.0" />
</item>
<item>
<title>Version 1.0.2</title>
<description>
<![CDATA[
<ul>
<li>Added support for Sketch's new system for updating plugins</li>
</ul>
]]>
</description>
<enclosure url="https://github.com/petterheterjag/chromatic-sketch/releases/download/v1.0.2/chromatic-sketch-v1.0.2.zip" sparkle:version="1.0.2" />
</item>
<item>
<title>Version 1.0.1</title>
<description>
<![CDATA[
<ul>
<li>Now supports gradients with more than two colors (was a bug)</li>
</ul>
]]>
</description>
<enclosure url="https://github.com/petterheterjag/chromatic-sketch/releases/download/v1.0.1/chromatic-sketch-v1.0.1.zip" sparkle:version="1.0.1" />
</item>
</channel>
</rss>