Changelog:
- New: Update menu on open #241
- New: Support for bold and italic text in menu title #168
- New: Plugins list in Preferences live update with Plugin Folder changes #235
- New: New URL scheme endpoints to
enable,disableandtoggleplugins #239 - New: Improved multi-screen support #249
- New: App icon #224
- Fixed: Right click on menu bar item should always show menu #244
- Fixed:
SFImagehonorswidthandheightparameters #245 - Fixed:
trimparameter not working in some cases #237 - Fixed: Menu bar item may move on click when using SF Symbols #224
- Fixed: Streaming plugins are not started after sleep #179
Full Changelog: https://github.com/swiftbar/SwiftBar/compare/v1.4.1..v1.4.0
New App Icon
Italic and Bold
#!/bin/bash
echo "*Italic* and **Bold**"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"
Contributors: @fabiospampinato, @mlcampbe, @fenhl, @es183923, @astrowonk, @bilal-fazlani, @earslap

