You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+10-3
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,19 @@
1
1
# Version 0.26.0
2
2
## Added ⭐
3
3
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)
5
8
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)
7
12
8
-
- Remove `SetCursorShape` in vavour of `SetCursorStyle`.
13
+
## Breaking ⚠️
9
14
15
+
- Remove `SetCursorShape` in vavour of `SetCursorStyle`. (#742)
16
+
- Make Windows resize event match `terminal::size` (#714)
10
17
# Version 0.25.0
11
18
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.
12
19
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.
0 commit comments