Skip to content

Commit

Permalink
Merge pull request #27 from stark-contrast/v2.1
Browse files Browse the repository at this point in the history
v2.1
  • Loading branch information
mfouquet authored Feb 5, 2019
2 parents 268daab + 2d26820 commit 83f6a7a
Show file tree
Hide file tree
Showing 9 changed files with 198 additions and 63,895 deletions.
25,273 changes: 56 additions & 25,217 deletions Stark.sketchplugin/Contents/Resources/colorblind.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Stark.sketchplugin/Contents/Resources/colorblind.js.map

Large diffs are not rendered by default.

25,405 changes: 59 additions & 25,346 deletions Stark.sketchplugin/Contents/Resources/contrast.js

Large diffs are not rendered by default.

10,967 changes: 42 additions & 10,925 deletions Stark.sketchplugin/Contents/Sketch/colorblind.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Stark.sketchplugin/Contents/Sketch/colorblind.js.map

Large diffs are not rendered by default.

2,424 changes: 21 additions & 2,403 deletions Stark.sketchplugin/Contents/Sketch/contrast.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Stark.sketchplugin/Contents/Sketch/contrast.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions Stark.sketchplugin/Contents/Sketch/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
{
"name": "Check Contrast",
"identifier": "contrast",
"shortcut": "cmd shift p",
"script": "contrast.js"
},
{
"name": "Colorblind Simulation",
"identifier": "colorblind",
"shortcut": "cmd shift u",
"script": "colorblind.js"
}
],
Expand Down
16 changes: 15 additions & 1 deletion appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,22 @@
<channel>
<title>Stark</title>
<link>https://raw.githubusercontent.com/stark-contrast/stark-sketch-plugin/master/appcast.xml</link>
<description>Easily check your designs against the 8 different types of colorblindness. In addition, run a pair of colors against WCAG 2.0 standards.</description>
<description>Design products that are accessible, ethical, and inclusive with a contrast checker, colorblind simulator and more.</description>
<language>en</language>
<item>
<title>Version 2.1</title>
<description>
<![CDATA[
<ul>
<li>Added keyboard shortcuts.</li>
<li>Fixed the issue with the contrast checker not staying on top.</li>
<li>Zoom value is now kept when switching colorblind types.</li>
</ul>
]]>
</description>
<pubDate>Tue, 5 Feb 2019 8:00:00 +0000</pubDate>
<enclosure url="https://github.com/stark-contrast/stark-sketch-plugin/archive/v2.1.zip" sparkle:version="2.1" type="application/octet-stream" />
</item>
<item>
<title>Version 2.0</title>
<description>
Expand Down

0 comments on commit 83f6a7a

Please sign in to comment.