From 2fc684fc4c6b6e3e0a8439d5fb2fe6a43be9aa82 Mon Sep 17 00:00:00 2001 From: Jakub Sobon Date: Tue, 17 Nov 2020 23:24:05 -0500 Subject: [PATCH] Updating CHANGELOG for the release. --- CHANGELOG.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d754516..29acdea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,29 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.0] - 17-Nov-2020 + ### 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. -- upgrading versions on all dependencies. -- terminal cells now support font modifier options (bold, italic, - underline, strikethrough). ### Fixed -- addressing some lint issues. - coveralls again triggers and reports on PRs. -- improving test coverage in some modules. -- changing the Blue color in demos to a more readable shade. +- 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. @@ -367,7 +369,8 @@ identifiers shouldn't be used externally. - The Gauge widget. - The Text widget. -[unreleased]: https://github.com/mum4k/termdash/compare/v0.12.2...devel +[unreleased]: https://github.com/mum4k/termdash/compare/v0.13.0...devel +[0.13.0]: https://github.com/mum4k/termdash/compare/v0.12.2...v0.13.0 [0.12.2]: https://github.com/mum4k/termdash/compare/v0.12.1...v0.12.2 [0.12.1]: https://github.com/mum4k/termdash/compare/v0.12.0...v0.12.1 [0.12.0]: https://github.com/mum4k/termdash/compare/v0.11.0...v0.12.0