This commit is contained in:
Timon Post 2020-10-24 10:31:47 +02:00
parent 6730e4050a
commit 4d93f5e539
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
# Version 0.18.1
- Fix enabling ANSI support when stdout is redirected
- Update crossterm-winapi to 0.6.2
# Version 0.18.0 # Version 0.18.0
- Fix get position bug - Fix get position bug
- Fix windows 8 or lower write to user-given stdout instead of stdout. - Fix windows 8 or lower write to user-given stdout instead of stdout.

View File

@ -1,6 +1,6 @@
[package] [package]
name = "crossterm" name = "crossterm"
version = "0.18.0" version = "0.18.1"
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"
@ -47,7 +47,7 @@ version = "0.3.8"
features = ["winuser"] features = ["winuser"]
[target.'cfg(windows)'.dependencies] [target.'cfg(windows)'.dependencies]
crossterm_winapi = "0.6.1" crossterm_winapi = "0.6.2"
# #
# UNIX dependencies # UNIX dependencies