Skip to content

Commit 67b5b52

Browse files
authored
Merge pull request #371 from wash2/17-beta
update version to 0.17.0
2 parents 63e5026 + 6cf92c9 commit 67b5b52

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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
@@ -10,7 +25,7 @@
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
@@ -23,7 +38,7 @@
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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "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]>"]
55
documentation = "https://smithay.github.io/client-toolkit"
66
repository = "https://github.com/smithay/client-toolkit"
77
license = "MIT"

0 commit comments

Comments
 (0)