Skip to content

Commit

Permalink
0.26.0 (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimonPost committed Jan 28, 2023
1 parent 318f810 commit 338c122
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
# Version 0.26.0
## Added ⭐

- ⚠️ Add `SetCursorStyle` to set the cursor style.
- Add `SetCursorStyle` to set the cursor apearance and visibility. (#742)
- Add key release event for windows. (#745)
- Add a function to check if kitty keyboard enhancement protocol is availible. (#732)
- Add filedescriptors poll in order to move away from mio in the future (can be used via `use-dev-tty`). (#735)

## Breaking
## Fixed 🐛
- Improved F1-F4 handling for kitty keyboard protocol. (#736)
- Improved parsing of event types/modifiers with certain keys for kitty protocol. (#716)

- Remove `SetCursorShape` in vavour of `SetCursorStyle`.
## Breaking ⚠️

- Remove `SetCursorShape` in vavour of `SetCursorStyle`. (#742)
- Make Windows resize event match `terminal::size` (#714)
# Version 0.25.0
BREAKING: `Copy` trait is removed from `Event`, you can keep it by removing the "bracked-paste" feature flag. However this flag might be standardized in the future.
We removed the `Copy` from `Event` because the new `Paste` event, which contains a pasted string into the terminal, which is a non-copy string.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crossterm"
version = "0.25.0"
version = "0.26.0"
authors = ["T. Post"]
description = "A crossplatform terminal library for manipulating terminals."
repository = "https://github.com/crossterm-rs/crossterm"
Expand Down

0 comments on commit 338c122

Please sign in to comment.