diff --git a/CHANGELOG.md b/CHANGELOG.md index a2c5980..564396a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.7.9 + +- Press keymap modifiers before releasing modifiers not in keymap [#208](https://github.com/k0kubun/xremap/issues/208) + ## v0.7.8 - Fix libinput disable-while-typing support [#152](https://github.com/k0kubun/xremap/issues/152) diff --git a/Cargo.lock b/Cargo.lock index 4843848..bedcda8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1145,7 +1145,7 @@ dependencies = [ [[package]] name = "xremap" -version = "0.7.8" +version = "0.7.9" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 9436722..5fcb971 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xremap" -version = "0.7.8" +version = "0.7.9" edition = "2021" description = "Dynamic key remapp for X and Wayland" license = "MIT"