Skip to content

Commit 2fc684f

Browse files
committed
Updating CHANGELOG for the release.
1 parent 66b5c11 commit 2fc684f

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

CHANGELOG.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.13.0] - 17-Nov-2020
11+
1012
### Added
1113

1214
- the `Text` widget now allows user to specify custom scroll marker runes.
1315

1416
### Changed
1517

18+
- terminal cells now support font modifier options (bold, italic,
19+
underline, strike through).
1620
- `tcell` dependency was upgraded to v2.0.0.
21+
- upgraded versions of all other dependencies.
1722
- aligned the definition of the first 16 colors with the definition used by
1823
Xterm and `tcell`. Defined two non-standard colors `ColorMagenta` and
1924
`ColorCyan` to make this change backward compatible for users that use
2025
`termbox-go`.
2126
- made `tcell` terminal implementation the default in examples, demos and
2227
documentation.
23-
- upgrading versions on all dependencies.
24-
- terminal cells now support font modifier options (bold, italic,
25-
underline, strikethrough).
2628

2729
### Fixed
2830

29-
- addressing some lint issues.
3031
- 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.
3335
- fixed a bug where segment display text in `termdashdemo` appeared to be
3436
jumping.
3537

@@ -367,7 +369,8 @@ identifiers shouldn't be used externally.
367369
- The Gauge widget.
368370
- The Text widget.
369371

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
371374
[0.12.2]: https://github.com/mum4k/termdash/compare/v0.12.1...v0.12.2
372375
[0.12.1]: https://github.com/mum4k/termdash/compare/v0.12.0...v0.12.1
373376
[0.12.0]: https://github.com/mum4k/termdash/compare/v0.11.0...v0.12.0

0 commit comments

Comments
 (0)