File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed
Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## 0.17.0 - 2023-03-28
6+
7+ #### Breaking Changes
8+
9+ - ` wayland-rs ` dependencies are updated to 0.30 and all APIs have changed significantly as a result
10+
11+ #### Additions
12+
13+ - ` xkbcommon ` is a new optional dependecy for keyboard handling gated by the ` xkbcommon ` feature
14+ - pointer-constraints-unstable-v1 protocol support
15+ - relative-pointer-unstable-v1 protocol support
16+ - wlr-layer-shell-unstable-v1 protocol support
17+ - OutputInfo includes logical size and logical position
18+ - New SHM pool types
19+
520## 0.16.0 - 2022-06-18
621
722#### Breaking changes
1025
1126#### Additions
1227
13- - ` DataDevice::with_dnd ` and ` DataOffer::receive_to_fd ` allow more flexible interfaction with the data device abstraction
28+ - ` DataDevice::with_dnd ` and ` DataOffer::receive_to_fd ` allow more flexible interaction with the data device abstraction
1429- the output integration now supports version ` 4 ` of ` wl_output `
1530
1631## 0.15.4 - 2022-04-10
2338
2439#### Bugfixes
2540
26- - SCTK now correctly interacts with the wayland socket being conccurently poolled from
41+ - SCTK now correctly interacts with the wayland socket being conccurently polled from
2742 other threads.
2843
2944## 0.15.2 - 2021-10-27
Original file line number Diff line number Diff line change 11[package ]
22name = " smithay-client-toolkit"
3- version = " 0.16 .0"
4- authors = [
" Victor Berger <[email protected] >" ]
3+ version = " 0.17 .0"
4+ authors = [
" Elinor Berger <[email protected] >" , " i509VCB <[email protected] > " , " Ashley Wulber <[email protected] >" ]
55documentation = " https://smithay.github.io/client-toolkit"
66repository = " https://github.com/smithay/client-toolkit"
77license = " MIT"
You can’t perform that action at this time.
0 commit comments