Release v0.6.1

pull/165/head v0.6.1
Florian Dehau 5 years ago
parent 9a73ead88d
commit fe0ddf6c83

@ -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

Loading…
Cancel
Save