Release v0.6.1
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -2,6 +2,16 @@
|
||||
|
||||
## To be released
|
||||
|
||||
## v0.6.1 - 2019-06-16
|
||||
|
||||
### Fixed
|
||||
|
||||
* Avoid a division by zero when all values in a barchart are equal to 0.
|
||||
* Fix the inverted cursor position in the curses backend.
|
||||
* Ensure that the correct terminal size is returned when using the crossterm
|
||||
backend.
|
||||
* Avoid highlighting the separator after the selected item in the Tabs widget.
|
||||
|
||||
## v0.6.0 - 2019-05-18
|
||||
|
||||
### Changed
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tui"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
authors = ["Florian Dehau <work@fdehau.com>"]
|
||||
description = """
|
||||
A library to build rich terminal user interfaces or dashboards
|
||||
|
||||
Reference in New Issue
Block a user