Skip to content

Releases: Vertex-Mods/Zen-Command-Palette

Zen Command Palette v1.8.98

Choose a tag to compare

@BibekBhusal0 BibekBhusal0 released this 04 Aug 17:51

Fixes

  • Custom JavaScript commands now require confirmation. This protects against attacks where someone changes the file to execute malicious code. New commands created through Settings are automatically trusted, but if they are changed externally you will get the confirmation.

Warning

If you have custom JS commands from before this update, they'll ask for confirmation before execution.

Contributors

Thanks to @anupamme for contributing, this release is most of their work

Zen Command Palette v1.8.96

Choose a tag to compare

@BibekBhusal0 BibekBhusal0 released this 01 Jul 13:42

New Features

  • Support for zen-library. Those commands are added:
    • Toggle Zen Library
    • Open Zen library: Downloads
    • Open Zen library: History
    • Open Zen library: Media
    • Open Zen library: Spaces
    • Open Zen library: Boosts

Fixes

  • Fixed those commands:
    • Reset pinned tabs
    • Replace pinned tab with current URL

Others

  • Updated documentation as well

Zen Command Palette v1.8.95

Choose a tag to compare

@BibekBhusal0 BibekBhusal0 released this 20 Jun 18:39

New Commands

  • Create Live folder GitHub Issues
  • Create Live folder GitHub Pull Requests
  • Create Live folder RSS feed

Fixes

  • Toast fixed (requires sine to work)

Others

Contributes

  • @okilonet1 make his first contribution fixing command palette (this was a long time ago but I forgot to give credit to him.)

Zen Command Palette v1.8.92

Choose a tag to compare

@BibekBhusal0 BibekBhusal0 released this 04 Feb 09:00

Fixes

  • Removing default shortcuts.
  • Event Listener Race Condition (Shortcut will not be triggered when input is in focus)

Breaking Changes

  • Command palette now allows saving shortcuts with conflict, It will give warning before saving.

Contributes

@okilonet1 made his first contribution fixing shortcuts.

Zen Command Palette v1.8.91

Choose a tag to compare

@BibekBhusal0 BibekBhusal0 released this 03 Feb 13:01

Fixes

  • URL bar randomly stops working.
  • Exiting prefix mode not removing commands.
  • Command Palette works correctly when there are multiple windows.

Zen Command Palette v1.8.9

Choose a tag to compare

@BibekBhusal0 BibekBhusal0 released this 01 Feb 07:24

New Features

  • Shortcut Names are now pretty. ⌘+⇧+K instead of ctrl + shift + k
  • Some commands open URL bar after execution (like search History/bookmark or New Tab)

New Commands

  • Repeat Last Command

Default Keymaps

  • Search Commands (Ctrl+Shift+P)
  • Configure Commands (Ctrl+,)
  • Repeat Last Command (Ctrl+.)

Fixes

  • Keyboard shortcut conflict message display.
  • Workspaces Commands

Zen Command Palette v1.8.3

Choose a tag to compare

@BibekBhusal0 BibekBhusal0 released this 25 Jan 19:34

New Commands

  • Change tab Icon
  • Collapse Pinned Tabs

Fixed Commands

  • Rename Tab (Also support non pinned tabs)
  • Clear Tab (not using tidy tab using default CloseUnpinnedTabs)
  • New Tab

Removed Commands

  • Change Workspace Names (This is builtin)

Zen Command Palette v1.8.1b

Pre-release

Choose a tag to compare

@BibekBhusal0 BibekBhusal0 released this 09 Jan 11:37

New Features

  • Support for Sine v2.3

Zen Command Palette v1.8.0

Choose a tag to compare

@BibekBhusal0 BibekBhusal0 released this 04 Jan 06:49

New Features:

  • Easily move commands up and down in command chain
  • New commands:
    • Toggle single toolbar mode
    • Move tab to new window

Fixes:

  • Made compactable with latest zen version.
  • Updated some icons which were not rendering properly.
  • Keyboard shortcut working in all mac
  • Keyboard shortcut no longer requires restart

Others

  • Improved documentation.
  • Some commands which are not used are removed.