From 9262ff47edac4d79e6e0eb06a55234f31c1bbcf5 Mon Sep 17 00:00:00 2001 From: N4tus <33029422+N4tus@users.noreply.github.com> Date: Wed, 27 Mar 2024 18:21:14 +0100 Subject: [PATCH] Version 0.8.17 --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d48fa71..30a15c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.lock b/Cargo.lock index b1321cd..f2be1e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1893,7 +1893,7 @@ checksum = "e63e71c4b8bd9ffec2c963173a4dc4cbde9ee96961d4fcb4429db9929b606c34" [[package]] name = "xremap" -version = "0.8.16" +version = "0.8.17" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index f32dd89..b7b9ab4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"