Version 0.6.2

pull/147/head v0.6.2
Takashi Kokubun 2 years ago
parent 8a3602fa05
commit e8409fd504
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

@ -1,3 +1,7 @@
## v0.6.2
- Avoid emitting logical modifiers when a key combination is pressed
## v0.6.1
- Support logical modifier keys by `modifier: true` in `modmap`

2
Cargo.lock generated

@ -1112,7 +1112,7 @@ dependencies = [
[[package]]
name = "xremap"
version = "0.6.1"
version = "0.6.2"
dependencies = [
"anyhow",
"clap",

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

Loading…
Cancel
Save