This commit is contained in:
Timon Post 2020-04-08 07:43:40 +02:00
parent 3efa8b9477
commit e61320ef32
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
# Version 0.17.2
- Windows unicode support
# Version 0.17.1 # Version 0.17.1
- Reverted bug in 0.17.0: "Make terminal size function fallback to `STDOUT_FILENO` if `/dev/tty` is missing.". - Reverted bug in 0.17.0: "Make terminal size function fallback to `STDOUT_FILENO` if `/dev/tty` is missing.".
- Support for querying whether the current instance is a TTY. - Support for querying whether the current instance is a TTY.

View File

@ -1,6 +1,6 @@
[package] [package]
name = "crossterm" name = "crossterm"
version = "0.17.1" version = "0.17.2"
authors = ["T. Post"] authors = ["T. Post"]
description = "An crossplatform terminal library for manipulating terminals." description = "An crossplatform terminal library for manipulating terminals."
repository = "https://github.com/crossterm-rs/crossterm" repository = "https://github.com/crossterm-rs/crossterm"