@@ -7,29 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.13.0] - 17-Nov-2020
11
+
10
12
### Added
11
13
12
14
- the ` Text ` widget now allows user to specify custom scroll marker runes.
13
15
14
16
### Changed
15
17
18
+ - terminal cells now support font modifier options (bold, italic,
19
+ underline, strike through).
16
20
- ` tcell ` dependency was upgraded to v2.0.0.
21
+ - upgraded versions of all other dependencies.
17
22
- aligned the definition of the first 16 colors with the definition used by
18
23
Xterm and ` tcell ` . Defined two non-standard colors ` ColorMagenta ` and
19
24
` ColorCyan ` to make this change backward compatible for users that use
20
25
` termbox-go ` .
21
26
- made ` tcell ` terminal implementation the default in examples, demos and
22
27
documentation.
23
- - upgrading versions on all dependencies.
24
- - terminal cells now support font modifier options (bold, italic,
25
- underline, strikethrough).
26
28
27
29
### Fixed
28
30
29
- - addressing some lint issues.
30
31
- coveralls again triggers and reports on PRs.
31
- - improving test coverage in some modules.
32
- - changing the Blue color in demos to a more readable shade.
32
+ - addressed some lint issues.
33
+ - improved test coverage in some modules.
34
+ - changed the Blue color in demos to a more visible shade.
33
35
- fixed a bug where segment display text in ` termdashdemo ` appeared to be
34
36
jumping.
35
37
@@ -367,7 +369,8 @@ identifiers shouldn't be used externally.
367
369
- The Gauge widget.
368
370
- The Text widget.
369
371
370
- [ unreleased ] : https://github.com/mum4k/termdash/compare/v0.12.2...devel
372
+ [ unreleased ] : https://github.com/mum4k/termdash/compare/v0.13.0...devel
373
+ [ 0.13.0 ] : https://github.com/mum4k/termdash/compare/v0.12.2...v0.13.0
371
374
[ 0.12.2 ] : https://github.com/mum4k/termdash/compare/v0.12.1...v0.12.2
372
375
[ 0.12.1 ] : https://github.com/mum4k/termdash/compare/v0.12.0...v0.12.1
373
376
[ 0.12.0 ] : https://github.com/mum4k/termdash/compare/v0.11.0...v0.12.0
0 commit comments