diff --git a/CHANGELOG.md b/CHANGELOG.md index 564396a..770c7f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.7.10 + +- Introduce `keymap`-level `exact_match` option [#209](https://github.com/k0kubun/xremap/issues/209) + ## v0.7.9 - Press keymap modifiers before releasing modifiers not in keymap [#208](https://github.com/k0kubun/xremap/issues/208) diff --git a/Cargo.lock b/Cargo.lock index f712782..91e60af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1145,7 +1145,7 @@ dependencies = [ [[package]] name = "xremap" -version = "0.7.9" +version = "0.7.10" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index d3d5fcd..ed62331 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xremap" -version = "0.7.9" +version = "0.7.10" edition = "2021" description = "Dynamic key remapp for X and Wayland" license = "MIT"