Releases: matryer/xbar
Releases · matryer/xbar
v2.0.28-beta
- @leaanthony fixed the
color
parameter to now take CSS as well as hex values - thanks to @magicus for reporting - Changed
Edit
button - thanks to @magicus for the idea on #641 - Fixed edit button bug - thanks @maksimov on #635
- General tweaks and improvements
I can feel we're getting close to v1 now. -Mat
v2.0.27-beta
- Allowed for the possibility of sub-second refresh intervals (not recommended)
v2.0.26-beta
- Use
bufio.NewReader
instead ofbufio.NewScanner
to avoidtoken too long
error - #629 thanks @tsurezuregusa - Small bug fixes and improvements
v2.0.25-beta
- Fix for those receiving macOS Catalina warnings #612
v2.0.24-beta
- Refresh will happen after the shell script has returned - as per #621
- Various bug fixes and improvements
v2.0.22-beta
- Allowed multiple actions to work #626 - thanks @seanw and @sydsyd
- Made the API refresh capability more robust and high performance - Thanks @nikersify
v2.0.21-beta
- Remove sleepers
- Ensure dark mode env var is set from beginning
- Fixed font size
- Various bug fixes and improvements
v2.0.20-beta
- Ensure dark mode env var is set from beginning
- Fixed font size
- Various bug fixes and improvements
v2.0.19-beta
- Fixed incoming
xbar://app.xbarapp.com/refreshPlugin?path=s.sh
so it now refreshes only the named plugin (filename must match exactly the installed plugin name in~/Library/Application Support/xbar/plugins
- #624 - Safety limit on processing incoming URLs - #624
Thanks to @nikersify
v2.0.17-beta
- Fixed font size #623
- Small bug fixes and design improvements