Skip to content

Commit f5a7b0a

Browse files
committed
v0.20.0
1 parent e39457f commit f5a7b0a

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Change Log
22

3+
## 0.20.0 - 2025-07-29
4+
5+
#### Breaking Changes
6+
- Update `calloop` to `0.14.0`, `calloop-wayland-source` to `0.4.0`.
7+
- Update `rustix` to `1.0.7`.
8+
- Update `thiserror` to `2.0.12`.
9+
10+
#### Fixed
11+
- Fix keyboard sending press events when repeat is disabled.
12+
13+
#### Additions
14+
- Add support for `wl_pointer` v9.
15+
- Add support for `wl_pointer` v8.
16+
- Add support for `wp_cursor_shape_manager_v1` v2.
17+
- Add partial support for `zwp-input-method-v2`.
18+
- Add `wp_presentation` protocol.
19+
- Add `ext-foreign-toplevel-list-v1` protocol.
20+
- Implement `From<RawPool>` for `OwnedFd`.
21+
- Add `SimpleGlobal::from_bound` method to construct from proxy object.
22+
- Implement `AsFd` for `RawPool`.
23+
- Add a `raw_modifiers` argument to `update_modifiers`.
24+
- Add `Clone` for dmabuf feedback structs.
25+
326
## 0.19.2 - 2024-07-15
427

528
#### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smithay-client-toolkit"
3-
version = "0.19.2"
3+
version = "0.20.0"
44
authors = ["Elinor Berger <[email protected]>", "i509VCB <[email protected]>", "Ashley Wulber <[email protected]>"]
55
documentation = "https://smithay.github.io/client-toolkit"
66
repository = "https://github.com/smithay/client-toolkit"

0 commit comments

Comments
 (0)