diff --git a/CHANGELOG.md b/CHANGELOG.md index a60c1d0..8e9b2d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.7.7 + + Flush pending keys with an override remap correctly [#154](https://github.com/k0kubun/xremap/issues/154) + ## v0.7.6 - Add `keypress_delay_ms` to workaround [#179](https://github.com/k0kubun/xremap/issues/179) diff --git a/Cargo.lock b/Cargo.lock index d0fc3b9..4b5a06e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1157,7 +1157,7 @@ dependencies = [ [[package]] name = "xremap" -version = "0.7.6" +version = "0.7.7" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 94df60c..ca7269a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xremap" -version = "0.7.6" +version = "0.7.7" edition = "2021" description = "Dynamic key remapp for X and Wayland" license = "MIT"