This commit is contained in:
Timon 2020-09-18 14:55:01 +02:00 committed by GitHub
parent 2857b30f24
commit ee13bf6447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -1,8 +1,11 @@
# Version 0.17.8
# Version 0.18.0
- 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.
- Command API restricts to only accept `std::io::Write`
- Make `supports_ansi` public
- Implement ALT + numbers windows systems.
# Version 0.17.7
- Fix cursor position retrieval bug linux.

View File

@ -85,7 +85,7 @@ Click to show Cargo.toml.
```toml
[dependencies]
crossterm = "0.17"
crossterm = "0.18"
```
</details>