0.17.2
This commit is contained in:
parent
3efa8b9477
commit
e61320ef32
@ -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.
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user