mirror of https://github.com/mum4k/termdash.git
Updating CHANGELOG for release v0.11.0.
This commit is contained in:
parent
d279ac7476
commit
d63ce48b14
|
@ -7,6 +7,8 @@ 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
|
||||||
|
@ -14,7 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- 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
|
||||||
|
|
Loading…
Reference in New Issue