Skip to content

Commit 338c122

Browse files
authored
0.26.0 (#750)
1 parent 318f810 commit 338c122

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
# Version 0.26.0
22
## Added ⭐
33

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

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

8-
- Remove `SetCursorShape` in vavour of `SetCursorStyle`.
13+
## Breaking ⚠️
914

15+
- Remove `SetCursorShape` in vavour of `SetCursorStyle`. (#742)
16+
- Make Windows resize event match `terminal::size` (#714)
1017
# Version 0.25.0
1118
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.
1219
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.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crossterm"
3-
version = "0.25.0"
3+
version = "0.26.0"
44
authors = ["T. Post"]
55
description = "A crossplatform terminal library for manipulating terminals."
66
repository = "https://github.com/crossterm-rs/crossterm"

0 commit comments

Comments
 (0)