Skip to content

Commit c88d5bd

Browse files
committed
Version 0.8.3
Fixed: - #6 Canvas blinks on a start of editing text layers.
1 parent 89e4e9b commit c88d5bd

File tree

8 files changed

+5
-3
lines changed

8 files changed

+5
-3
lines changed

KeysForSketch.sketchplugin/Contents/Resources/KeysForSketch.framework/Versions/A/Headers/KeysForSketch-Swift.h

+2
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) MenuObserver
225225

226226

227227

228+
229+
228230
@class NSCoder;
229231
@class NSEvent;
230232
@class NSNumber;

KeysForSketch.sketchplugin/Contents/Resources/KeysForSketch.framework/Versions/A/Resources/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.8.2</string>
20+
<string>0.8.3</string>
2121
<key>CFBundleSupportedPlatforms</key>
2222
<array>
2323
<string>MacOSX</string>
2424
</array>
2525
<key>CFBundleVersion</key>
26-
<string>852</string>
26+
<string>884</string>
2727
<key>DTCompiler</key>
2828
<string>com.apple.compilers.llvm.clang.1_0</string>
2929
<key>DTPlatformBuild</key>

KeysForSketch.sketchplugin/Contents/Sketch/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author" : "Vyacheslav Dubovitsky",
55
"homepage" : "https://github.com/exevil/Keys-For-Sketch/releases",
66
"appcast" : "https://appcastupdater.herokuapp.com/keys/appcast.xml",
7-
"version" : "0.8.2",
7+
"version" : "0.8.3",
88
"description" : "Advanced shortcut manager for Sketch",
99
"authorEmail" : "m@dbv.ae",
1010
"commands" : [

0 commit comments

Comments
 (0)