Skip to content

Releases: swiftbar/SwiftBar

1.4.2

23 Dec 00:00
4fc7f88
Compare
Choose a tag to compare

Changelog:

  • Fixed: SwiftBar ignores \n in plugin output #253
  • Fixed: STDERR should be ignored #255
  • Fixed: SF Symbols starting with numbers not being detected #256

1.4.1

19 Dec 16:34
453e1bb
Compare
Choose a tag to compare

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**"

CleanShot 2021-12-19 at 11 30 58@2x

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

1.4.1 BETA 3

11 Dec 17:21
5024c35
Compare
Choose a tag to compare
1.4.1 BETA 3 Pre-release
Pre-release

Changelog:

  • Fixed: Addressing undesired "..." instead of a menubar item and other plugin output instabilities

1.4.1 BETA 2

10 Dec 18:36
257bb06
Compare
Choose a tag to compare
1.4.1 BETA 2 Pre-release
Pre-release

Changelog:

  • Fixed: Streaming plugins are not started after sleep

v1.4.1 BETA 1

19 Nov 09:10
e3b7b24
Compare
Choose a tag to compare
v1.4.1 BETA 1 Pre-release
Pre-release

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"

v1.4.0

28 Oct 16:44
Compare
Choose a tag to compare

Changelog:

  • New: Added support for macOS Monterey #210
  • New: Automate SwiftBar with Shortcuts
  • New: Plugin specific Cache and Data directories #200
  • New: Russian Localization #200
  • New: Support for unlimited shell parameters #219
  • New: Plugin Repository Categories are now localized #207
  • New: Support for shell parameter alongside with bash #204
  • New: Option to set shell of choice to bash or zsh #227
  • New: sfsize parameter to customize SF Symbol size within text independently of font size #230
  • Fixed: Narrower minimum width for Repository Browser window #195
  • Fixed: SF Symbol should honor the font size parameter #230
  • Fixed: Menubar opens on MouseDown event #217
  • Fixed: author.github not parsed in plugin metadata #215
  • Fixed: swiftbar.environment not available as environment variable #214
  • Fixed: Menu bar item with image and text missing padding #228

Contributors: @gingerbeardman, @xilopaint, @Scartiloffista, @milotype, @JeroenVdb, @astrowonk, @shassard, @darmen, @jyxijij, @rarango9, @moshed

Full Changelog: https://github.com/swiftbar/SwiftBar/compare/v1.4.0..v1.3.0

1.3.1 BETA 3

05 Oct 13:27
88f43a1
Compare
Choose a tag to compare
1.3.1 BETA 3 Pre-release
Pre-release

Changelog:

  • Fixed: Menu bar item with image and text missing padding #228

1.3.1 BETA 2

31 Jul 16:02
Compare
Choose a tag to compare
1.3.1 BETA 2 Pre-release
Pre-release

Changelog:

  • New: Russian Localization #200
  • New: Support for unlimited shell parameters #219
  • New: Plugin Repository Categories are now localized #207
  • New: Support for shell parameter alongside with bash #204
  • Fixed: Menubar opens on MouseDown event #217
  • Fixed: author.github not parsed in plugin metadata #215
  • Fixed: swiftbar.environment not available as environment variable #214

1.3.1 BETA 1

06 Jun 15:44
Compare
Choose a tag to compare
1.3.1 BETA 1 Pre-release
Pre-release

Changelog:

  • New: Plugin specific Cache and Data directories #200

1.3.0

30 May 16:21
cefd2cf
Compare
Choose a tag to compare

Changelog:

  • New: Plugin Debug View #182
  • New: Multiple SF Symbols with different colors #180
  • New: Added support for xbar-plugins repository #183
  • New: Preferences UI #181
  • Fixed: Correct handling of a sleep\wake cycle #179
  • Fixed: Color names work in lowercase but not in mixed case #197
  • Fixed: Image tint in menu bar should match text color when selected #196
  • Fixed: Manual refresh leads to excessive scheduled refreshes #194
  • Fixed: Plugin menu items don't align with SwiftBar menu items #186

Contributors: @disappearinjon @nacho @shepazon @xilopaint @MaxGiting @carumusan @bilal-fazlani