Skip to content

v1.4.1 BETA 1

Pre-release
Pre-release

Choose a tag to compare

@melonamin melonamin released this 19 Nov 09:10
· 241 commits to main since this release
e3b7b24

Changelog:

  • New: Refresh on click #241
  • New: Plugins list in Preferences live update with Plugin Folder changes #235
  • New: New URL scheme endpoints to enable, disable and toggle plugins #239
  • Fixed: Right click on menu bar item should always show menu #244
  • Fixed: SFImage honors width and height parameters #245

Refresh on click

<swiftbar.refreshOnOpen>true</swiftbar.refreshOnOpen>

New URL Scheme Endpoints

Endpoint Parameter Description Example
enableplugin name plugin name Enable plugin by name swiftbar://enableplugin?name=myplugin
disableplugin name plugin name Disable plugin by name swiftbar://disableplugin?name=myplugin
toggleplugin name plugin name Toggle(enable\disable) plugin by name swiftbar://toggleplugin?name=myplugin

Call it like this open -g "swiftbar://toggle?name=cal"