Skip to content

v0.13.0 - 17-Nov-2020

Compare
Choose a tag to compare
@mum4k mum4k released this 18 Nov 04:33
· 219 commits to master since this release
fbd21e7

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.
  • 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.