termdash v0.13.0 Release Notes

Release Date: 2020-11-18 // over 3 years ago
  • โž• Added

    • the Text widget now allows user to specify custom scroll marker runes.

    ๐Ÿ”„ Changed

    • ๐Ÿ‘ terminal cells now support font modifier options (bold, italic,
      underline, strike through).
    • โฌ†๏ธ tcell dependency was upgraded to v2.0.0.
    • โฌ†๏ธ upgraded versions of all other dependencies.
    • aligned the definition of the first 16 colors with the definition used by
      Xterm and tcell. Defined two non-standard colors ColorMagenta and
      ColorCyan to make this change backward compatible for users that use
      termbox-go.
    • 0๏ธโƒฃ made tcell terminal implementation the default in examples, demos and
      ๐Ÿ“š documentation.

    ๐Ÿ›  Fixed

    • coveralls again triggers and reports on PRs.
    • โž• addressed some lint issues.
    • ๐Ÿ‘Œ improved test coverage in some modules.
    • ๐Ÿ”„ changed the Blue color in demos to a more visible shade.
    • ๐Ÿ›  fixed a bug where segment display text in termdashdemo appeared to be
      jumping.