-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path.appcast.xml
96 lines (96 loc) · 3.96 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
<?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>Butter</title>
<link>https://raw.githubusercontent.com/pberrecloth/butter-sketch-plugin/master/.appcast.xml</link>
<description>Butts layers together</description>
<language>en</language>
<item>
<title>Version 1.7</title>
<description>
<![CDATA[
Fixed: It should now work on Sketch version 72+
]]>
</description>
<enclosure url="https://github.com/pberrecloth/butter-sketch-plugin/releases/download/v1.7/Butter.sketchplugin.zip" sparkle:version="1.7" />
</item>
<item>
<title>Version 1.6</title>
<description>
<![CDATA[
Fixed:
<ul>
<li>Auto focus for the input dialog is back.</li>
<li>Cancel button is working as expected now.</li>
</ul>
Enhancement:
<ul>
<li>The dialog now shows in which direction layers will be spaced.</li>
</ul>
]]>
</description>
<enclosure url="https://github.com/pberrecloth/butter-sketch-plugin/releases/download/v1.6/Butter.sketchplugin.zip" sparkle:version="1.6" />
</item>
<item>
<title>Version 1.5</title>
<description>
<![CDATA[
Updated to work in Sketch 53
]]>
</description>
<enclosure url="https://github.com/pberrecloth/butter-sketch-plugin/releases/download/v1.5/Butter.sketchplugin.zip" sparkle:version="1.5" />
</item>
<item>
<title>Version 1.4</title>
<description>
<![CDATA[
Layers can now be butted with any other layers within the same page, regardless of if they're in the same group or artboard.
]]>
</description>
<enclosure url="https://github.com/pberrecloth/butter-sketch-plugin/releases/download/v1.4/Butter.sketchplugin.zip" sparkle:version="1.4" />
</item>
<item>
<title>Version 1.3</title>
<description>
<![CDATA[
<ul>
<li>Fixed: layers with transformation (e.g. rotation) now work as expected</li>
</ul>
Added some new behaviour for when less than 2 layers are selected:
<ul>
<li>If 1 layer is selected — it will select all its sublayers (even ones that are locked). Great for selecting a single artboard or group to butt everything within it.</li>
<li>If no layers are selected and there are no artboards on the current page — it will select all top level layers (even locked ones)</li>
<li>If no layers are selected and there is a current artboard — it will select all the top-level layers within the artboard.</li>
</ul>
]]>
</description>
<enclosure url="https://github.com/pberrecloth/butter-sketch-plugin/releases/download/v1.3/Butter.sketchplugin.zip" sparkle:version="1.3" />
</item>
<item>
<title>Version 1.2</title>
<description>
<![CDATA[
<ul>
<li>Remove keyboard shortcuts</li>
</ul>
]]>
</description>
<enclosure url="https://github.com/pberrecloth/butter-sketch-plugin/releases/download/v1.2/Butter.sketchplugin.zip" sparkle:version="1.2" />
</item>
<item>
<title>Version 1.1</title>
<description>
<![CDATA[
<ul>
<li>Rewritten from the ground up</li>
<li>Fixed support for latest versions of Sketch</li>
<li>Added support for Sketch Runner</li>
<li>Most recently used spacing value is the default next time</li>
<li>Reorders selected layers in the layer list in the same order they are butted together</li>
</ul>
]]>
</description>
<enclosure url="https://github.com/pberrecloth/butter-sketch-plugin/releases/download/v1.1/Butter.sketchplugin.zip" sparkle:version="1.1" />
</item>
</channel>
</rss>