From fda89d68590707a4905558857ef44f24f882015c Mon Sep 17 00:00:00 2001 From: Florian Dehau Date: Thu, 16 Apr 2020 18:36:58 +0200 Subject: [PATCH] Release v0.9.1 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19b6855..c704bbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## To be released +## v0.9.1 - 2020-04-16 + +### Bug Fixes + +* The `List` widget now takes into account the width of the `highlight_symbol` +when calculating the total width of its items. It prevents items to overflow +outside of the widget area. + ## v0.9.0 - 2020-04-14 ### Features diff --git a/Cargo.toml b/Cargo.toml index f9b7e93..f4d25e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tui" -version = "0.9.0" +version = "0.9.1" authors = ["Florian Dehau "] description = """ A library to build rich terminal user interfaces or dashboards