diff --git a/CHANGELOG.md b/CHANGELOG.md index ff3b94f..2672f4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.8.3 + +- Support KDE Wayland [#264](https://github.com/k0kubun/xremap/issues/264) + ## v0.8.2 - Remove `REL_WHEEL` and `REL_HWHEEL` as a workaround for Arch Linux with systemd-253-1 diff --git a/Cargo.lock b/Cargo.lock index 794f111..0a3bc1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1502,7 +1502,7 @@ dependencies = [ [[package]] name = "xremap" -version = "0.8.2" +version = "0.8.3" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 80b9211..a913669 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xremap" -version = "0.8.2" +version = "0.8.3" edition = "2021" description = "Dynamic key remapp for X and Wayland" license = "MIT"