Skip to content

v0.11.0 - 7-Mar-2020

Compare
Choose a tag to compare
@mum4k mum4k released this 07 Mar 15:55
· 301 commits to master since this release
5430f4d

Breaking API changes

  • Termdash now requires at least Go version 1.11.

Added

  • New tcell based terminal implementation
    which implements the terminalapi.Terminal interface.
  • tcell implementation supports two initialization Options:
    • 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.