Releases: johnmccabe/go-bitbar
Releases · johnmccabe/go-bitbar
v0.5.0 - go mod support
No functional change.
v0.4.0 Release - Image, Render and Refresh API changes
This release introduces the following breaking API changes.
- Updates the
Line.Image()method to receiveimage.Imagerather than requiring the user to base64 encode the image. - Adds an
Image()method toSubMenuto avoid having to create aLinewith an empty string. - Drop unnecessary bool from
Refresh() - Render() now prints to stdout
Add a Copy to Clipboard helper (OSX)
0.3.0 Add copy to clipboard line helper
0.2.0
Changes in this release
- Adds a function
.HR()to turn a line into a horizontal delimiter.
0.1.0
Pre-final release of the Go BitBar library.