v0.11.0 - 7-Mar-2020
Breaking API changes
- Termdash now requires at least Go version 1.11.
Added
- New
tcell
based terminal implementation
which implements theterminalapi.Terminal
interface. - tcell implementation supports two initialization
Option
s:ColorMode
the terminal color output mode (defaults to 256 color mode)ClearStyle
the foreground and background color style to use when clearing
the screen (defaults to the global ColorDefault for both foreground and
background)
Fixed
- Improved test coverage of the
Gauge
widget.