Version 0.7.9

pull/209/head v0.7.9
Takashi Kokubun 2 years ago
parent 8d3d62559e
commit 97a538f67f

@ -1,3 +1,7 @@
## v0.7.9
- Press keymap modifiers before releasing modifiers not in keymap [#208](https://github.com/k0kubun/xremap/issues/208)
## v0.7.8
- Fix libinput disable-while-typing support [#152](https://github.com/k0kubun/xremap/issues/152)

2
Cargo.lock generated

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

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

Loading…
Cancel
Save