Skip to content

Commit 3a7301b

Browse files
committed
chore: to 0.17.0
the 0.16.1 was a mistake
1 parent 831aed1 commit 3a7301b

File tree

3 files changed

+42
-30
lines changed

3 files changed

+42
-30
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.17.0] - 2026-03-25
9+
10+
### Changed
11+
12+
- Fixed: single program never exits after switching to tty
13+
- Fixed: mouse and pointer dead after switching to tty
14+
- refactor: use winit keyboard types (#357) by @bitbloxhub
15+
16+
### NOTE:
17+
It should be breaking change because the waycrate_xkbkeycode is rewritten. I forgot that.
18+
19+
[0.16.1]: https://github.com/waycrate/exwlshelleventloop/compare/v0.16.1...v0.16.0
820
## [0.16.1] - 2026-03-25
921

1022
### Changed

Cargo.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,23 @@ authors = [
1919
"Aakash Sen Sharma <aakashsensharma@gmail.com>",
2020
]
2121
edition = "2024"
22-
version = "0.16.1"
22+
version = "0.17.0"
2323
license = "MIT"
2424
repository = "https://github.com/waycrate/exwlshelleventloop"
2525
description = "Wayland extra shell lib"
2626
keywords = ["wayland", "wlroots"]
2727
readme = "README.md"
2828

2929
[workspace.dependencies]
30-
layershellev = { version = "0.16.1", path = "./layershellev" }
31-
sessionlockev = { version = "0.16.1", path = "./sessionlockev" }
32-
iced_wayland_subscriber = { version = "0.16.1", path = "./iced_wayland_subscriber" }
33-
iced_layershell = { version = "0.16.1", path = "./iced_layershell" }
34-
iced_exdevtools = { version = "0.16.1", path = "./iced_exdevtools" }
35-
iced_layershell_macros = { version = "0.16.1", path = "./iced_layershell_macros" }
36-
iced_sessionlock = { version = "0.16.1", path = "./iced_sessionlock" }
37-
iced_sessionlock_macros = { version = "0.16.1", path = "./iced_sessionlock_macros" }
38-
waycrate_xkbkeycode = { version = "0.16.1", path = "./waycrate_xkbkeycode" }
30+
layershellev = { version = "0.17.0", path = "./layershellev" }
31+
sessionlockev = { version = "0.17.0", path = "./sessionlockev" }
32+
iced_wayland_subscriber = { version = "0.17.0", path = "./iced_wayland_subscriber" }
33+
iced_layershell = { version = "0.17.0", path = "./iced_layershell" }
34+
iced_exdevtools = { version = "0.17.0", path = "./iced_exdevtools" }
35+
iced_layershell_macros = { version = "0.17.0", path = "./iced_layershell_macros" }
36+
iced_sessionlock = { version = "0.17.0", path = "./iced_sessionlock" }
37+
iced_sessionlock_macros = { version = "0.17.0", path = "./iced_sessionlock_macros" }
38+
waycrate_xkbkeycode = { version = "0.17.0", path = "./waycrate_xkbkeycode" }
3939

4040
tempfile = "3.27.0"
4141
thiserror = "2.0.12"

0 commit comments

Comments
 (0)