Skip to content

Commit

Permalink
Version 0.8.1
Browse files Browse the repository at this point in the history
Fixed:
- Some menus won't open its submenus;
- Contextual menu indicator (▾) not disappearing when cursor leaves the
cell.
  • Loading branch information
exevil committed Aug 15, 2017
1 parent 7b996df commit 6a9d11d
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 5 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ SWIFT_CLASS("_TtC13KeysForSketch12MenuObserver")
@interface MenuObserver : NSObject
SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) MenuObserver * _Nonnull shared;)
+ (MenuObserver * _Nonnull)shared SWIFT_WARN_UNUSED_RESULT;
/// Invoke <code>shared()</code> if needed and start an observing.
- (void)startObserving;
- (void)stopObserving;
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
@end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@
@property (class, readonly, nonnull) NSString *prefsIdentifier;

+ (void)start;
+ (void)shut;

@end
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.8</string>
<string>0.8.1</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>822</string>
<string>845</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion KeysForSketch.sketchplugin/Contents/Sketch/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author" : "Vyacheslav Dubovitsky",
"homepage" : "https://github.com/exevil/Keys-For-Sketch/releases",
"appcast" : "https://appcastupdater.herokuapp.com/keys/appcast.xml",
"version" : "0.8",
"version" : "0.8.1",
"description" : "Advanced shortcut manager for Sketch",
"authorEmail" : "[email protected]",
"commands" : [
Expand Down

0 comments on commit 6a9d11d

Please sign in to comment.