Releases: swiftbar/SwiftBar
Releases · swiftbar/SwiftBar
1.4.2
1.4.1
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
andtoggle
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
honorswidth
andheight
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
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
1.4.1 BETA 3
Changelog:
- Fixed: Addressing undesired "..." instead of a menubar item and other plugin output instabilities
1.4.1 BETA 2
Changelog:
- Fixed: Streaming plugins are not started after sleep
v1.4.1 BETA 1
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
andtoggle
plugins #239 - Fixed: Right click on menu bar item should always show menu #244
- Fixed:
SFImage
honorswidth
andheight
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
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 withbash
#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
Changelog:
- Fixed: Menu bar item with image and text missing padding #228
1.3.1 BETA 2
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 withbash
#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
Changelog:
- New: Plugin specific Cache and Data directories #200
1.3.0
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