From fe0ddf6c836da999c3482580e26daa63c645a7a2 Mon Sep 17 00:00:00 2001 From: Florian Dehau Date: Sun, 16 Jun 2019 23:05:41 +0200 Subject: [PATCH] Release v0.6.1 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06ee6e43..eb9fed66 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/Cargo.toml b/Cargo.toml index bfa345a0..bbc75fac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tui" -version = "0.6.0" +version = "0.6.1" authors = ["Florian Dehau "] description = """ A library to build rich terminal user interfaces or dashboards