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.Image
rather than requiring the user to base64 encode the image. - Adds an
Image()
method toSubMenu
to avoid having to create aLine
with an empty string. - Drop unnecessary bool from
Refresh()
- Render() now prints to stdout