Go Bitbar Versions Save

Go library for building BitBar plugins

v0.5.0

3 years ago

No functional change.

v0.4.0

5 years ago

This release introduces the following breaking API changes.

  • Updates the Line.Image() method to receive image.Image rather than requiring the user to base64 encode the image.
  • Adds an Image() method to SubMenu to avoid having to create a Line with an empty string.
  • Drop unnecessary bool from Refresh()
  • Render() now prints to stdout

0.3.0

5 years ago

0.2.0

6 years ago

Changes in this release

  • Adds a function .HR() to turn a line into a horizontal delimiter.

0.1.0

6 years ago

Pre-final release of the Go BitBar library.