0.17.8
This commit is contained in:
parent
c01693ff78
commit
10421f8976
@ -1,3 +1,9 @@
|
||||
# Version 0.17.8
|
||||
- Fix get position bug
|
||||
- Fix windows 8 or lower write to user-given stdout instead of stdout.
|
||||
- Make MoveCursor(Left/Right/Up/Dow) command with input 0 not move.
|
||||
- Switch to futures-core to reduce dependencies.
|
||||
|
||||
# Version 0.17.7
|
||||
- Fix cursor position retrieval bug linux.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "crossterm"
|
||||
version = "0.17.7"
|
||||
version = "0.17.8"
|
||||
authors = ["T. Post"]
|
||||
description = "An crossplatform terminal library for manipulating terminals."
|
||||
repository = "https://github.com/crossterm-rs/crossterm"
|
||||
|
Loading…
Reference in New Issue
Block a user