Skip to content

Commit

Permalink
0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
TimonPost committed Sep 15, 2020
1 parent 10421f8 commit 8df9e1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# 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`

# Version 0.17.7
- Fix cursor position retrieval bug linux.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Click to show Cargo.toml.

```toml
[dependencies]
crossterm = "0.17"
crossterm = "0.18"
```

</details>
Expand Down

0 comments on commit 8df9e1f

Please sign in to comment.