Version 0.7.11

pull/214/head v0.7.11
Takashi Kokubun 2 years ago
parent a759d5b516
commit cbf5cd027c

@ -1,3 +1,7 @@
## v0.7.11
- Reconnect to X11 when an existing connection stops working [#212](https://github.com/k0kubun/xremap/issues/212)
## v0.7.10 ## v0.7.10
- Introduce `keymap`-level `exact_match` option [#209](https://github.com/k0kubun/xremap/issues/209) - Introduce `keymap`-level `exact_match` option [#209](https://github.com/k0kubun/xremap/issues/209)

2
Cargo.lock generated

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

@ -1,6 +1,6 @@
[package] [package]
name = "xremap" name = "xremap"
version = "0.7.10" version = "0.7.11"
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