Updating CHANGELOG for release v0.11.0.

This commit is contained in:
Jakub Sobon 2020-03-07 09:24:54 -05:00
parent d279ac7476
commit d63ce48b14
No known key found for this signature in database
GPG Key ID: F2451A77FB05D3B7
1 changed files with 7 additions and 3 deletions

View File

@ -7,14 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.11.0] - 7-Mar-2020
### Added ### Added
- New [`tcell`](https://github.com/gdamore/tcell) based terminal implementation - New [`tcell`](https://github.com/gdamore/tcell) based terminal implementation
which implements the `terminalapi.Terminal` interface. which implements the `terminalapi.Terminal` interface.
- tcell implementation supports two initialization `Option`s: - tcell implementation supports two initialization `Option`s:
- `ColorMode` the terminal color output mode (defaults to 256 color mode) - `ColorMode` the terminal color output mode (defaults to 256 color mode)
- `ClearStyle` the foreground and background color style to use when clearing - `ClearStyle` the foreground and background color style to use when clearing
the screen (defaults to the global ColorDefault for both foreground and background) the screen (defaults to the global ColorDefault for both foreground and
background)
## [0.10.0] - 5-Jun-2019 ## [0.10.0] - 5-Jun-2019
@ -304,7 +307,8 @@ identifiers shouldn't be used externally.
- The Gauge widget. - The Gauge widget.
- The Text widget. - The Text widget.
[unreleased]: https://github.com/mum4k/termdash/compare/v0.10.0...devel [unreleased]: https://github.com/mum4k/termdash/compare/v0.11.0...devel
[0.11.0]: https://github.com/mum4k/termdash/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/mum4k/termdash/compare/v0.9.1...v0.10.0 [0.10.0]: https://github.com/mum4k/termdash/compare/v0.9.1...v0.10.0
[0.9.1]: https://github.com/mum4k/termdash/compare/v0.9.0...v0.9.1 [0.9.1]: https://github.com/mum4k/termdash/compare/v0.9.0...v0.9.1
[0.9.0]: https://github.com/mum4k/termdash/compare/v0.8.0...v0.9.0 [0.9.0]: https://github.com/mum4k/termdash/compare/v0.8.0...v0.9.0