Skip to content

Commit 926ecb2

Browse files
committed
Sketch App 53 Support
1 parent 1891ba5 commit 926ecb2

File tree

8 files changed

+46
-9
lines changed

8 files changed

+46
-9
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ CoolHue is also available as a node module. You can read [How it works](https://
2121
`npm install --save-dev coolhue`
2222

2323
## Sketch App Plugin
24-
1. Download [`Coolhue.sketchplugin.zip`](https://github.com/webkul/coolhue/releases/download/v2.0.6/CoolHue.sketchplugin.zip)
24+
1. Download [`Coolhue.sketchplugin.zip`](https://github.com/webkul/coolhue/releases/download/v2.0.7/CoolHue.sketchplugin.zip)
2525
2. Extract the archive
2626
3. Install `Coolhue.sketchplugin` for Sketch App
2727
4. Access it from Sketch's Menu Bar. Go to `Plugins` ➡️ `Coolhue` ➡️ `Palette`

appcast.xml

+4
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,9 @@
2121
<title>Version 2.0.6</title>
2222
<enclosure url="https://github.com/webkul/coolhue/releases/download/v2.0.6/CoolHue.sketchplugin.zip" sparkle:version="2.0.6"/>
2323
</item>
24+
<item>
25+
<title>Version 2.0.7</title>
26+
<enclosure url="https://github.com/webkul/coolhue/releases/download/v2.0.7/CoolHue.sketchplugin.zip" sparkle:version="2.0.7"/>
27+
</item>
2428
</channel>
2529
</rss>

distro/CoolHue.sketchplugin/Contents/Resources/_webpack_resources/f26f00243c3832631637c6f76c717088.html distro/CoolHue.sketchplugin/Contents/Resources/_webpack_resources/3ff137287832113452bf2ab1649999f2.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<div class="controller">
2020
<div class="grd">
2121
<div class="grd-lt">
22-
<h2 class="cl-title">CoolHue v2.0.5</h2>
22+
<h2 class="cl-title">CoolHue v2.0.7</h2>
2323
</div>
2424
<div class="grd-rt">
2525
<span class="cl-shuffle"></span>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
8+
<title>View</title>
9+
<link rel="stylesheet" href="../core/assets/style.css" type="text/css">
10+
<script type="text/javascript" src="../core/assets/script.js"></script>
11+
</head>
12+
13+
<body>
14+
<!-- Paper -->
15+
<div class="wrapper" id="paint"></div>
16+
<!-- //Paper -->
17+
18+
<!-- Bar -->
19+
<div class="controller">
20+
<div class="grd">
21+
<div class="grd-lt">
22+
<h2 class="cl-title">CoolHue v2.0.7</h2>
23+
</div>
24+
<div class="grd-rt">
25+
<span class="cl-shuffle"></span>
26+
<span class="cl-theme"></span>
27+
</div>
28+
</div>
29+
</div>
30+
<!-- //Bar -->
31+
</body>
32+
33+
</html>
Binary file not shown.

distro/CoolHue.sketchplugin/Contents/Sketch/coolhue.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

distro/CoolHue.sketchplugin/Contents/Sketch/coolhue.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

distro/CoolHue.sketchplugin/Contents/Sketch/manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"icon": "icon.png",
55
"commands": [
66
{
7-
"name": "Palette",
7+
"name": "Gradient Palette",
88
"identifier": "coolhue-palette-trigger",
99
"script": "coolhue.js",
1010
"description": "Show CoolHue Bar",
@@ -18,8 +18,8 @@
1818
]
1919
},
2020
"appcast": "https://raw.githubusercontent.com/webkul/coolhue/master/appcast.xml",
21-
"version": "2.0.6",
22-
"description": "Coolest handpicked gradient hues and swatches",
21+
"version": "2.0.7",
22+
"description": "Coolest handpicked Gradient Hues and Swatches",
2323
"name": "CoolHue",
2424
"identifier": "CoolHue",
2525
"disableCocoaScriptPreprocessor": true,

0 commit comments

Comments
 (0)