Skip to content

Commit 3358ca0

Browse files
committed
chore: beta4, some settings wrong with crate.io
1 parent 805d0f3 commit 3358ca0

3 files changed

Lines changed: 48 additions & 37 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44

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).
7+
8+
## [0.18.0-beta4] - 2026-04-22
9+
10+
### Changed
11+
- Feat: Sctk refactor in #368
12+
- Fix: high cpu usage in #364 by @Magniquck
13+
- Feat: add iced_exwlshell library
14+
- Chore: republish
15+
16+
[0.18.0-beta4]: https://github.com/waycrate/exwlshelleventloop/compare/v0.18.0-beta4...v0.17.1
17+
718
## [0.18.0-beta3] - 2026-04-22
819

920
### Changed

Cargo.lock

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

Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,26 +22,26 @@ authors = [
2222
"Aakash Sen Sharma <aakashsensharma@gmail.com>",
2323
]
2424
edition = "2024"
25-
version = "0.18.0-beta3"
25+
version = "0.18.0-beta4"
2626
license = "MIT"
2727
repository = "https://github.com/waycrate/exwlshelleventloop"
2828
description = "Wayland extra shell lib"
2929
keywords = ["wayland", "wlroots"]
3030
readme = "README.md"
3131

3232
[workspace.dependencies]
33-
layershellev = { version = "0.18.0-beta3", path = "./layershellev" }
34-
sessionlockev = { version = "0.18.0-beta3", path = "./sessionlockev" }
35-
exwlshellev = { version = "0.18.0-beta3", path = "./exwlshellev" }
36-
iced_wayland_subscriber = { version = "0.18.0-beta3", path = "./iced_wayland_subscriber" }
37-
iced_layershell = { version = "0.18.0-beta3", path = "./iced_layershell" }
38-
iced_exdevtools = { version = "0.18.0-beta3", path = "./iced_exdevtools" }
39-
iced_layershell_macros = { version = "0.18.0-beta3", path = "./iced_layershell_macros" }
40-
iced_sessionlock = { version = "0.18.0-beta3", path = "./iced_sessionlock" }
41-
iced_sessionlock_macros = { version = "0.18.0-beta3", path = "./iced_sessionlock_macros" }
42-
iced_exwlshell = { version = "0.18.0-beta3", path = "./iced_exwlshell" }
43-
iced_exwlshell_macros = { version = "0.18.0-beta3", path = "./iced_exwlshell_macros" }
44-
waycrate_xkbkeycode = { version = "0.18.0-beta3", path = "./waycrate_xkbkeycode" }
33+
layershellev = { version = "0.18.0-beta4", path = "./layershellev" }
34+
sessionlockev = { version = "0.18.0-beta4", path = "./sessionlockev" }
35+
exwlshellev = { version = "0.18.0-beta4", path = "./exwlshellev" }
36+
iced_wayland_subscriber = { version = "0.18.0-beta4", path = "./iced_wayland_subscriber" }
37+
iced_layershell = { version = "0.18.0-beta4", path = "./iced_layershell" }
38+
iced_exdevtools = { version = "0.18.0-beta4", path = "./iced_exdevtools" }
39+
iced_layershell_macros = { version = "0.18.0-beta4", path = "./iced_layershell_macros" }
40+
iced_sessionlock = { version = "0.18.0-beta4", path = "./iced_sessionlock" }
41+
iced_sessionlock_macros = { version = "0.18.0-beta4", path = "./iced_sessionlock_macros" }
42+
iced_exwlshell = { version = "0.18.0-beta4", path = "./iced_exwlshell" }
43+
iced_exwlshell_macros = { version = "0.18.0-beta4", path = "./iced_exwlshell_macros" }
44+
waycrate_xkbkeycode = { version = "0.18.0-beta4", path = "./waycrate_xkbkeycode" }
4545

4646
tempfile = "3.27.0"
4747
thiserror = "2.0.12"

0 commit comments

Comments
 (0)