Skip to content

Releases: johnmccabe/go-bitbar

v0.5.0 - go mod support

18 Oct 11:22
48c7546

Choose a tag to compare

No functional change.

v0.4.0 Release - Image, Render and Refresh API changes

02 Oct 16:20
f916aa1

Choose a tag to compare

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

Add a Copy to Clipboard helper (OSX)

03 Jul 23:14
620277d

Choose a tag to compare

0.3.0

Add copy to clipboard line helper

0.2.0

06 Oct 23:39

Choose a tag to compare

Changes in this release

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

0.1.0

13 Sep 01:43

Choose a tag to compare

Pre-final release of the Go BitBar library.