diff --git a/CHANGELOG.md b/CHANGELOG.md index a6e3d00..4d8ad10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.8.16 + +- Add `window` matcher for the `wlroots` client [#447](https://github.com/k0kubun/xremap/issues/447) + ## v0.8.15 - Add `skip_key_event` option to `press`/`release` modmap action [#420](https://github.com/k0kubun/xremap/issues/420) diff --git a/Cargo.lock b/Cargo.lock index 5d0e245..b1321cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1893,7 +1893,7 @@ checksum = "e63e71c4b8bd9ffec2c963173a4dc4cbde9ee96961d4fcb4429db9929b606c34" [[package]] name = "xremap" -version = "0.8.15" +version = "0.8.16" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 5ef0949..f32dd89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xremap" -version = "0.8.15" +version = "0.8.16" edition = "2021" description = "Dynamic key remapp for X and Wayland" license = "MIT"