mirror of
https://github.com/k0kubun/xremap
synced 2024-11-02 03:40:25 +00:00
Version 0.7.8
This commit is contained in:
parent
c2f8d5d468
commit
af7688520f
@ -1,6 +1,10 @@
|
|||||||
|
## v0.7.8
|
||||||
|
|
||||||
|
- Fix libinput disable-while-typing support [#152](https://github.com/k0kubun/xremap/issues/152)
|
||||||
|
|
||||||
## v0.7.7
|
## v0.7.7
|
||||||
|
|
||||||
Flush pending keys with an override remap correctly [#154](https://github.com/k0kubun/xremap/issues/154)
|
- Flush pending keys with an override remap correctly [#154](https://github.com/k0kubun/xremap/issues/154)
|
||||||
|
|
||||||
## v0.7.6
|
## v0.7.6
|
||||||
|
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1157,7 +1157,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "xremap"
|
name = "xremap"
|
||||||
version = "0.7.7"
|
version = "0.7.8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"clap",
|
"clap",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "xremap"
|
name = "xremap"
|
||||||
version = "0.7.7"
|
version = "0.7.8"
|
||||||
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…
Reference in New Issue
Block a user