Skip to content

Releases: matryer/xbar

v2.0.28-beta

16 Mar 16:44
Compare
Choose a tag to compare
  • @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

14 Mar 13:32
Compare
Choose a tag to compare
  • Allowed for the possibility of sub-second refresh intervals (not recommended)

v2.0.26-beta

13 Mar 10:55
Compare
Choose a tag to compare
  • Use bufio.NewReader instead of bufio.NewScanner to avoid token too long error - #629 thanks @tsurezuregusa
  • Small bug fixes and improvements

v2.0.25-beta

12 Mar 12:25
1789b87
Compare
Choose a tag to compare
  • Fix for those receiving macOS Catalina warnings #612

v2.0.24-beta

11 Mar 20:32
Compare
Choose a tag to compare
  • Refresh will happen after the shell script has returned - as per #621
  • Various bug fixes and improvements

v2.0.22-beta

11 Mar 12:28
Compare
Choose a tag to compare
  • 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

11 Mar 11:40
Compare
Choose a tag to compare
  • Remove sleepers
  • Ensure dark mode env var is set from beginning
  • Fixed font size
  • Various bug fixes and improvements

v2.0.20-beta

11 Mar 11:36
Compare
Choose a tag to compare
  • Ensure dark mode env var is set from beginning
  • Fixed font size
  • Various bug fixes and improvements

v2.0.19-beta

10 Mar 15:06
Compare
Choose a tag to compare
  • 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

10 Mar 14:01
Compare
Choose a tag to compare
  • Fixed font size #623
  • Small bug fixes and design improvements