Skip to content
Open
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
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,23 @@

## Unreleased

## 0.21.0 - 2026-07-14

#### Breaking Changes
- `*DataExt` traits removed; now `*Data` types wrap custom data
* Any calls to `Proxy::data` will need to be updated for new type
- `*DataExt` traits removed; now `*Data` types wrap custom data.
* Any calls to `Proxy::data` will need to be updated for new type.
- All `delegate_*!` macros except `delegate_registry!` replaced with single
`delegate_dispatch2!` in preparation for future wayland-rs release.

#### Fixed
- Prevent popup reposition request if `xdg_popup` version is below 3.

#### Additions
- Add support for `xdg_wm_dialog` v1.
- Add support for `xx_input_method` v1.
- Add support for `xx_keyboard_filter` v1.
- Add support for `ext-background-effect` v1.

## 0.20.0 - 2025-07-29

#### Breaking Changes
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.20.0"
version = "0.21.0"
authors = ["Elinor Berger <elinor@safaradeg.net>", "i509VCB <mail@i509.me>", "Ashley Wulber <ashley@system76.com>"]
documentation = "https://smithay.github.io/client-toolkit"
repository = "https://github.com/smithay/client-toolkit"
Expand Down
Loading