0.18 (#487)
This commit is contained in:
parent
2857b30f24
commit
ee13bf6447
@ -1,8 +1,11 @@
|
|||||||
# Version 0.17.8
|
# 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.
|
||||||
- Make MoveCursor(Left/Right/Up/Dow) command with input 0 not move.
|
- Make MoveCursor(Left/Right/Up/Dow) command with input 0 not move.
|
||||||
- Switch to futures-core to reduce dependencies.
|
- 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
|
# Version 0.17.7
|
||||||
- Fix cursor position retrieval bug linux.
|
- Fix cursor position retrieval bug linux.
|
||||||
|
Loading…
Reference in New Issue
Block a user