github swiftbar/SwiftBar v1.4.1
1.4.1

latest releases: v2.1.2-beta-3, v2.1.2-beta-2, v2.1.2-beta-1...
4 years ago

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, disable and toggle plugins #239
  • New: Improved multi-screen support #249
  • New: App icon #224
  • Fixed: Right click on menu bar item should always show menu #244
  • Fixed: SFImage honors width and height parameters #245
  • Fixed: trim parameter 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

SwiftBar Logo

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

Don't miss a new SwiftBar release

NewReleases is sending notifications on new releases.