This commit is contained in:
Timon 2020-09-08 09:02:49 +02:00 committed by GitHub
parent c01693ff78
commit 10421f8976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

@ -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"