Skip to content

Commit

Permalink
Merge pull request #30 from ErikFontanel/prepare-1.6-release
Browse files Browse the repository at this point in the history
prepare 1.6 release
  • Loading branch information
pberrecloth authored Apr 2, 2019
2 parents f6cb35d + 8382bd7 commit 51d3633
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 9 deletions.
17 changes: 17 additions & 0 deletions .appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@
<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.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>
Expand Down
18 changes: 9 additions & 9 deletions butter.sketchplugin/Contents/Sketch/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Butts layers together",
"author": "Peter Berrecloth & David Williames",
"homepage": "https://github.com/pberrecloth/butter-sketch-plugin",
"version": "1.5",
"version": "1.6",
"identifier": "com.butter.sketchplugin",
"appcast": "https://raw.githubusercontent.com/pberrecloth/butter-sketch-plugin/master/.appcast.xml",
"compatibleVersion": "39.1",
Expand All @@ -13,7 +13,7 @@
"name": "Butt Selection Up",
"identifier": "buttSelectionUp",
"description": "Butt selection up",
"icon": "icons\/buttUp.png",
"icon": "icons/buttUp.png",
"script": "butter.js",
"handler": "buttSelectionUp",
"shortcut": ""
Expand All @@ -22,7 +22,7 @@
"name": "Butt Selection Down",
"identifier": "buttSelectionDown",
"description": "Butt selection down",
"icon": "icons\/buttDown.png",
"icon": "icons/buttDown.png",
"script": "butter.js",
"handler": "buttSelectionDown",
"shortcut": ""
Expand All @@ -31,7 +31,7 @@
"name": "Butt Selection Left",
"identifier": "buttSelectionLeft",
"description": "Butt selection left",
"icon": "icons\/buttLeft.png",
"icon": "icons/buttLeft.png",
"script": "butter.js",
"handler": "buttSelectionLeft",
"shortcut": ""
Expand All @@ -40,7 +40,7 @@
"name": "Butt Selection Right",
"identifier": "buttSelectionRight",
"description": "Butt selection right",
"icon": "icons\/buttRight.png",
"icon": "icons/buttRight.png",
"script": "butter.js",
"handler": "buttSelectionRight",
"shortcut": ""
Expand All @@ -49,7 +49,7 @@
"name": "Space Selection Up",
"identifier": "buttSelectionUpAddingMargin",
"description": "Space selection up",
"icon": "icons\/buttUp.png",
"icon": "icons/buttUp.png",
"script": "butter.js",
"handler": "buttSelectionUpAddingMargin",
"shortcut": ""
Expand All @@ -58,7 +58,7 @@
"name": "Space Selection Down",
"identifier": "buttSelectionDownAddingMargin",
"description": "Space selection down",
"icon": "icons\/buttDown.png",
"icon": "icons/buttDown.png",
"script": "butter.js",
"handler": "buttSelectionDownAddingMargin",
"shortcut": ""
Expand All @@ -67,7 +67,7 @@
"name": "Space Selection Left",
"identifier": "buttSelectionLeftAddingMargin",
"description": "Space selection left",
"icon": "icons\/buttLeft.png",
"icon": "icons/buttLeft.png",
"script": "butter.js",
"handler": "buttSelectionLeftAddingMargin",
"shortcut": ""
Expand All @@ -76,7 +76,7 @@
"name": "Space Selection Right",
"identifier": "buttSelectionRightAddingMargin",
"description": "Space selection right",
"icon": "icons\/buttRight.png",
"icon": "icons/buttRight.png",
"script": "butter.js",
"handler": "buttSelectionRightAddingMargin",
"shortcut": ""
Expand Down

0 comments on commit 51d3633

Please sign in to comment.