termdash v0.13.0 Release Notes
Release Date: 2020-11-18 // 4 months 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 andtcell
. Defined two non-standard colorsColorMagenta
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.
- the
Previous changes from v0.12.2
-
๐ Fixed
- ๐ท advanced the CI Go versions up to Go 1.15.
- ๐ fixed the build status badge to correctly point to travis-ci.com instead of travis-ci.org.