diff --git a/CHANGELOG.md b/CHANGELOG.md index 6849bf5..a60c1d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.7.6 + +- Add `keypress_delay_ms` to workaround [#179](https://github.com/k0kubun/xremap/issues/179) + - This feature might be removed in the future once the root cause of [#179](https://github.com/k0kubun/xremap/issues/179) + is found and fixed. + ## v0.7.5 - Fix a regression to recognize JetBrains IDE on `application` since v0.5.3 diff --git a/Cargo.lock b/Cargo.lock index 82e1d36..d0fc3b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1157,7 +1157,7 @@ dependencies = [ [[package]] name = "xremap" -version = "0.7.5" +version = "0.7.6" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 4e8b9ff..94df60c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xremap" -version = "0.7.5" +version = "0.7.6" edition = "2021" description = "Dynamic key remapp for X and Wayland" license = "MIT"