-
Notifications
You must be signed in to change notification settings - Fork 6
/
.appcast.xml
73 lines (73 loc) Β· 3.15 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
<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<title>Emoji Autocomplete Sketch Plugin</title>
<description>Type β:β followed by the first few letters to autocomplete emojis.</description>
<language>en</language>
<item>
<title>Version 1.3</title>
<description>
<![CDATA[
<ul>
<li>You can now add emojis from Unicode 12.0, 13.0, and 14.0.</li>
<li>Make plugin compatible with Apple M1.</li>
</ul>
]]>
</description>
<enclosure url="https://github.com/zeplin/emoji-autocomplete-sketch-plugin/releases/download/v1.3/Emoji.Autocomplete.sketchplugin.zip" sparkle:version="1.3" />
</item>
<item>
<title>Version 1.2</title>
<description>
<![CDATA[
<ul>
<li>More emojis! You can now add emojis from Unicode 10.0 and 11.0.</li>
<li>Suggestion window now respects the visible screen boundaries on both axis.getting out of bounds on Y axes.</li>
<li>Check emoji tags when finding suggestions.</li>
</ul>
]]>
</description>
<enclosure url="https://github.com/zeplin/emoji-autocomplete-sketch-plugin/releases/download/v1.2/Emoji.Autocomplete.sketchplugin.zip" sparkle:version="1.2" />
</item>
<item>
<title>Version 1.1</title>
<description>
<![CDATA[
<ul>
<li>Fixed text overrides emoji autocomplete not working on Sketch 52.</li>
<li>Added dark mode icon for Runner.</li>
<li>Fixed suggestion window getting out of bounds on X axis when editing text overrides.</li>
</ul>
]]>
</description>
<enclosure url="https://github.com/zeplin/emoji-autocomplete-sketch-plugin/releases/download/v1.1/Emoji.Autocomplete.sketchplugin.zip" sparkle:version="1.1" />
</item>
<item>
<title>Version 1.0</title>
<description>
<![CDATA[
<ul>
<li>Added dark mode support, along with Sketch 52.</li>
</ul>
]]>
</description>
<enclosure url="https://github.com/zeplin/emoji-autocomplete-sketch-plugin/releases/download/v1.0/Emoji.Autocomplete.sketchplugin.zip" sparkle:version="1.0" />
</item>
<item>
<title>Version 0.2</title>
<description>
<![CDATA[
<ul>
<li>You can now autocomplete emojis while editing overrides and layer names.</li>
<li>Added icon for Runner.</li>
</ul>
]]>
</description>
<enclosure url="https://github.com/zeplin/emoji-autocomplete-sketch-plugin/releases/download/v0.2/Emoji.Autocomplete.sketchplugin.zip" sparkle:version="0.2" />
</item>
<item>
<title>Version 0.1</title>
<enclosure url="https://github.com/zeplin/emoji-autocomplete-sketch-plugin/releases/download/v0.1/Emoji.Autocomplete.sketchplugin.zip" sparkle:version="0.1" />
</item>
</channel>
</rss>