Skip to content

Releases: PeachScript/sketch-plugin-monster

v0.4.2

15 Aug 03:39
Compare
Choose a tag to compare

Fixed

  • v0.4.1 cannot update bug (forgot to upload release assets :() #42
  • Unexpected function arguments handle logic #40

v0.4.1 [Deprecated]

15 Aug 03:59
Compare
Choose a tag to compare

Please use v0.4.2 instead.

v0.4.0

17 May 10:16
Compare
Choose a tag to compare

Improvements

  • Refactor all features
  • 4x faster start
  • Autofocus search bar
  • Only execute i18n script once time
  • Sync the latest Sketch shortcut list
  • Update shortcut list real time after import configurations
  • Filter invalid commands (not in plugin menu)
  • More transition animations

Fixed

  • Fix wrong number of conflicts in some special cases
  • Fix menu path generate bug

Deprecations

  • Useless check for updates feature, please use the official update system

v0.3.1

31 Jul 06:35
Compare
Choose a tag to compare

Fixed

  1. Throw error when get menu item path for some special plugins #31

v0.3.0

16 Jun 17:06
Compare
Choose a tag to compare

New

  • Add a search bar to search any command or plugin #27
  • Official plugin update system support #24
  • More friendly UI
  • FAQ menu item and more useful feedback

Improvements

  • Update the latest shortcuts of Sketch #25
  • Conflict count display on the plugin title #21
  • Display parsing error if the plugin configurations failed to read
  • Add icon and description for each commands to adapt to Runner
  • Support import and export shortcuts in the management panel

Fixed

  • Cannot set the shortcut that contains arrow keys #23
  • Crash when some plugin's manifest.json file is malformed #28

v0.2.0

03 Mar 18:00
Compare
Choose a tag to compare

A new milestone version!! 🎉🎉🎉

New

  • A new UI for conflict hints
  • Support export and import shortcut configurations #9
  • Support display conflict details #11
  • Support filter commands which use conflicting shortcut keys #10

Improvements

  • Display selection path of menu for every command #13
  • Conflict warning way

Fixed

  • Perhaps throw error when closing shortcut settings panel #12
  • Cannot display long shortcut keys #14
  • Content overflow bug in the webview

v0.1.1

17 Feb 09:06
Compare
Choose a tag to compare

Improvements

  • Set plugin panel to collapsed and set conflicting plugin panel to expanding

Fixed

  • No warning when the new shortcut conflict with siblings of the current command #8

v0.1.0

15 Feb 02:45
Compare
Choose a tag to compare

The first stable version 🎉🎉

Features

  • Manage plugin shortcuts
    • Detect and highlight conflicting shortcuts
    • Set or clear shortcut for any command of Sketch plugins
    • Not allowed to set shortcuts that conflict with Sketch or other plugins
  • Multi-language support
  • Check for updates automatically