Version 0.7.10

pull/212/head v0.7.10
Takashi Kokubun 2 years ago
parent 14ca00cae3
commit 2c9c628516

@ -1,3 +1,7 @@
## v0.7.10
- Introduce `keymap`-level `exact_match` option [#209](https://github.com/k0kubun/xremap/issues/209)
## v0.7.9 ## v0.7.9
- Press keymap modifiers before releasing modifiers not in keymap [#208](https://github.com/k0kubun/xremap/issues/208) - Press keymap modifiers before releasing modifiers not in keymap [#208](https://github.com/k0kubun/xremap/issues/208)

2
Cargo.lock generated

@ -1145,7 +1145,7 @@ dependencies = [
[[package]] [[package]]
name = "xremap" name = "xremap"
version = "0.7.9" version = "0.7.10"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",

@ -1,6 +1,6 @@
[package] [package]
name = "xremap" name = "xremap"
version = "0.7.9" version = "0.7.10"
edition = "2021" edition = "2021"
description = "Dynamic key remapp for X and Wayland" description = "Dynamic key remapp for X and Wayland"
license = "MIT" license = "MIT"

Loading…
Cancel
Save