From 1af259f9ceafcdbebe7bcb694736fd3de4e3c26a Mon Sep 17 00:00:00 2001 From: Timon Date: Sun, 26 Feb 2023 16:47:25 +0100 Subject: [PATCH] Release 0.26.1 --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72d3cfc22..8ba71f9eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# Version 0.26.1 + +## Added ⭐ +- Add synchronized output/update control (#756) +- Add kitty report alternate keys functionality (#754) +- Updates dev dependencies. + +## Fixed 🐛 +- Fix icorrect return in kitty keyboard enhancement check (#751) +- Fix panic when using `use-dev-tty` feature flag (#762) + # Version 0.26.0 ## Added ⭐ diff --git a/Cargo.toml b/Cargo.toml index 125c70daf..4fd7df20c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crossterm" -version = "0.26.0" +version = "0.26.1" authors = ["T. Post"] description = "A crossplatform terminal library for manipulating terminals." repository = "https://github.com/crossterm-rs/crossterm" @@ -66,10 +66,10 @@ signal-hook-mio = { version = "0.2.3", features = ["support-v0_8"] } # Dev dependencies (examples, ...) # [dev-dependencies] -tokio = { version = "1.16", features = ["full"] } +tokio = { version = "1.25", features = ["full"] } futures = "0.3" futures-timer = "3.0" -async-std = "1.10" +async-std = "1.12" serde_json = "1.0" #