From 42509e2fd8e43c877db4501c6847d4e99c8c4cf1 Mon Sep 17 00:00:00 2001 From: Timon Date: Mon, 18 May 2020 18:51:51 +0200 Subject: [PATCH] 0.17.4 (#433) --- CHANGELOG.md | 4 ++++ Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fb6a67..2dcdbf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 0.17.4 +- Add macros for `Colorize` and `Styler` impls, add an impl for `String` +- Add shift modifier to uppercase char events on unix + # Version 0.17.3 - Fix get terminal size mac os, this did not report the correct size. diff --git a/Cargo.toml b/Cargo.toml index 0611684..9391c17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "crossterm" -version = "0.17.3" +version = "0.17.4" authors = ["T. Post"] description = "An crossplatform terminal library for manipulating terminals." repository = "https://github.com/crossterm-rs/crossterm" documentation = "https://docs.rs/crossterm/" license = "MIT" -keywords = ["event", "color", "cursor", "input", "terminal"] +keywords = ["event", "color", "cli", "input", "terminal"] exclude = ["target", "Cargo.lock"] readme = "README.md" edition = "2018"