Skip to content

Commit 6a9d11d

Browse files
committed
Version 0.8.1
Fixed: - Some menus won't open its submenus; - Contextual menu indicator (▾) not disappearing when cursor leaves the cell.
1 parent 7b996df commit 6a9d11d

File tree

10 files changed

+4
-5
lines changed

10 files changed

+4
-5
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ SWIFT_CLASS("_TtC13KeysForSketch12MenuObserver")
204204
@interface MenuObserver : NSObject
205205
SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) MenuObserver * _Nonnull shared;)
206206
+ (MenuObserver * _Nonnull)shared SWIFT_WARN_UNUSED_RESULT;
207-
/// Invoke <code>shared()</code> if needed and start an observing.
208207
- (void)startObserving;
208+
- (void)stopObserving;
209209
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
210210
@end
211211

KeysForSketch.sketchplugin/Contents/Resources/KeysForSketch.framework/Versions/A/Headers/VDKeys.h

-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@
1616
@property (class, readonly, nonnull) NSString *prefsIdentifier;
1717

1818
+ (void)start;
19-
+ (void)shut;
2019

2120
@end

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</string>
20+
<string>0.8.1</string>
2121
<key>CFBundleSupportedPlatforms</key>
2222
<array>
2323
<string>MacOSX</string>
2424
</array>
2525
<key>CFBundleVersion</key>
26-
<string>822</string>
26+
<string>845</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",
7+
"version" : "0.8.1",
88
"description" : "Advanced shortcut manager for Sketch",
99
"authorEmail" : "m@dbv.ae",
1010
"commands" : [

0 commit comments

Comments
 (0)