Version 0.8.17

pull/449/head v0.8.17
N4tus 2 months ago
parent e54fc8ac4a
commit 9262ff47ed

@ -1,3 +1,7 @@
## v0.8.17
- Add `window` matcher for the `kde` client [#448](https://github.com/xremap/xremap/pull/448)
## v0.8.16
- Add `window` matcher for the `wlroots` client [#447](https://github.com/k0kubun/xremap/issues/447)

2
Cargo.lock generated

@ -1893,7 +1893,7 @@ checksum = "e63e71c4b8bd9ffec2c963173a4dc4cbde9ee96961d4fcb4429db9929b606c34"
[[package]]
name = "xremap"
version = "0.8.16"
version = "0.8.17"
dependencies = [
"anyhow",
"clap",

@ -1,6 +1,6 @@
[package]
name = "xremap"
version = "0.8.16"
version = "0.8.17"
edition = "2021"
description = "Dynamic key remapp for X and Wayland"
license = "MIT"

Loading…
Cancel
Save