Skip to content

Commit d794994

Browse files
committed
fix: should also not let background exit
1 parent 046ba62 commit d794994

File tree

3 files changed

+39
-31
lines changed

3 files changed

+39
-31
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.1] - 2026-03-25
9+
10+
### Changed
11+
- Fixed: background cannot run
12+
13+
[0.17.1]: https://github.com/waycrate/exwlshelleventloop/compare/v0.17.1...v0.17.0
14+
815
## [0.17.0] - 2026-03-25
916

1017
### Changed
@@ -16,7 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1623
### NOTE:
1724
It should be breaking change because the waycrate_xkbkeycode is rewritten. I forgot that.
1825

19-
[0.16.1]: https://github.com/waycrate/exwlshelleventloop/compare/v0.16.1...v0.16.0
26+
[0.17.0]: https://github.com/waycrate/exwlshelleventloop/compare/v0.17.0...v0.16.0
27+
2028
## [0.16.1] - 2026-03-25
2129

2230
### 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.17.0"
22+
version = "0.17.1"
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.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" }
30+
layershellev = { version = "0.17.1", path = "./layershellev" }
31+
sessionlockev = { version = "0.17.1", path = "./sessionlockev" }
32+
iced_wayland_subscriber = { version = "0.17.1", path = "./iced_wayland_subscriber" }
33+
iced_layershell = { version = "0.17.1", path = "./iced_layershell" }
34+
iced_exdevtools = { version = "0.17.1", path = "./iced_exdevtools" }
35+
iced_layershell_macros = { version = "0.17.1", path = "./iced_layershell_macros" }
36+
iced_sessionlock = { version = "0.17.1", path = "./iced_sessionlock" }
37+
iced_sessionlock_macros = { version = "0.17.1", path = "./iced_sessionlock_macros" }
38+
waycrate_xkbkeycode = { version = "0.17.1", path = "./waycrate_xkbkeycode" }
3939

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

0 commit comments

Comments
 (0)