xbar

Put the output from any script or program into your macOS Menu Bar (the BitBar reboot)

MIT License

Stars
17.3K
Committers
86

Bot releases are visible (Hide)

xbar - v2.1.7-beta Latest Release

Published by matryer almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/matryer/xbar/compare/v2.1.6-beta...v2.1.7-beta

xbar - v2.1.6-beta

Published by matryer about 3 years ago

  • Iteration on #680 to get the "Run in terminal" experience right - thanks @knaccc
xbar - v2.1.5-beta

Published by matryer about 3 years ago

  • Fixed terminal=true bug #680 thanks @bluescreen10
xbar - v2.1.4-beta

Published by matryer over 3 years ago

  • Fixed pipe inside quotes bug - #743 thanks @alejr
  • Fixed installed plugins layout issue
  • Updated to latest Wails
xbar - v2.1.3-beta

Published by matryer over 3 years ago

  • Performance and crash improvements
  • Built with Wails v2.0.0-alpha.72
xbar - v2.1.0-beta

Published by matryer over 3 years ago

  • Universal binary (supports Apple M1) #727 #701
  • Code-signed and notorized #683 (please use DMG from now on)
  • Fixes memory leaks #731 #725 #714 by @leaanthony (thanks @Etheryte et al)
  • Add ANSI support #665 by @leaanthony
xbar - v2.0.42-beta

Published by matryer over 3 years ago

  • Trying to get Info.plist right - there are no other changes in this release
xbar - v2.0.41-beta

Published by matryer over 3 years ago

  • Trying to get Info.plist right - there are no other changes in this release
xbar - v2.0.40-beta

Published by matryer over 3 years ago

  • Fixed bundle identifier - #684 thanks @core-code and @leaanthony
  • Moved "Run in terminal" menu item into xbar menu
  • Other small bug fixes and improvements
xbar - v2.0.39-beta

Published by matryer over 3 years ago

  • Added Run in terminal option
xbar - v2.0.38-beta

Published by matryer over 3 years ago

  • Fixed font size issues #623 #630 #663 - thanks @leaanthony
xbar - v2.0.37-beta

Published by matryer over 3 years ago

xbar - v2.0.36-beta

Published by matryer over 3 years ago

  • @leaanthony added "Start at Login" - #659 thanks @ucirello
  • @matryer fixed bug where list and select were fixed for variables type #673 - thanks @ramonmata
  • @matryer fixed bug where xbar would sometimes not restart automatically after update - #631
  • experimental: @leaanthony added a more passive experience for xbar updates #646 - thanks @chew-z
xbar - v2.0.35-beta

Published by matryer over 3 years ago

  • Default variables were being ignored unless you edited them (at which point the json vars sidecar file is created). Now, the defaults will be loaded each time. #669 - thanks @Joshfindit
xbar - v2.0.34-beta

Published by matryer over 3 years ago

  • Fixed bug where variables weren't being updated #668 #655 - thanks @nicolasff and @kawarimidoll
  • Fixed sub-menu styling #663 - thanks @gson88 and @leaanthony
xbar - v2.0.33-beta

Published by matryer over 3 years ago

  • Removed requirement for variables to have VAR_ prefix (although it is still recommended) #656 cc @picatz
xbar - v2.0.32-beta

Published by matryer over 3 years ago

  • bug fix: Directories are now ignored - #651 - thanks @gzphreak
xbar - v2.0.31-beta

Published by matryer over 3 years ago

  • Fixed bug where separators and nesting dashes were getting confused - #648 thanks @onaront
xbar - v2.0.30-beta

Published by matryer over 3 years ago

  • Clicking the little red "close" button now closes the xbar plugin browser - #647 thanks @ramonmata and @leaanthony
xbar - v2.0.29-beta

Published by matryer over 3 years ago

  • Changed "Preferences" menu to "xbar" because it contains more than preferences - thanks @magicus
  • Waiting ten seconds before checking for updates so the app doesn't block on startup - #646 thanks @chew-z
  • Menu bar items (in the top) now respect formatting (fonts, colours, etc) - thanks @leaanthony
  • On refresh, items go into a disabled state, rather than showing ... - prevents jitter
  • Fixed a bug where nested separators were being misunderstood - #648 thanks @onaront
  • The usual small tweaks and bug fixes