Release v0.6.1

This commit is contained in:
Florian Dehau
2019-06-16 23:05:41 +02:00
parent 9a73ead88d
commit fe0ddf6c83
2 changed files with 11 additions and 1 deletions

View File

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

View File

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