Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Change Log

## 0.20.0 - 2025-07-29

#### Breaking Changes
- Update `calloop` to `0.14.0`, `calloop-wayland-source` to `0.4.0`.
- Update `rustix` to `1.0.7`.
- Update `thiserror` to `2.0.12`.
- Add a `raw_modifiers` argument to `update_modifiers`.

#### Fixed
- Fix keyboard sending press events when repeat is disabled.

#### Additions
- Add support for `wl_keyboard` v10.
- Add support for `wl_pointer` v9.
- Add support for `wl_pointer` v8.
- Add support for `wp_cursor_shape_manager_v1` v2.
- Add partial support for `zwp-input-method-v2`.
- Add `xx-input-method-v2` protocol.
- Add `wp_presentation` protocol.
- Add `ext-foreign-toplevel-list-v1` protocol.
- Add `SimpleGlobal::from_bound` method to construct from proxy object.
- Add `Clone` for dmabuf feedback structs.
- Implement `AsFd` for `RawPool`.
- Implement `From<RawPool>` for `OwnedFd`.

## 0.19.2 - 2024-07-15

#### Fixed
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 = "smithay-client-toolkit"
version = "0.19.2"
version = "0.20.0"
authors = ["Elinor Berger <[email protected]>", "i509VCB <[email protected]>", "Ashley Wulber <[email protected]>"]
documentation = "https://smithay.github.io/client-toolkit"
repository = "https://github.com/smithay/client-toolkit"
Expand Down
Loading