termdash v0.11.0 Release Notes

Release Date: 2020-03-07 // about 4 years ago
  • ๐Ÿ’ฅ 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.