Version 0.7.2

pull/155/head v0.7.2
Takashi Kokubun 2 years ago
parent 9b0c084a5d
commit 4ebce8ee14
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

@ -1,3 +1,7 @@
## v0.7.2
- Fix a corner-case bug in the v0.7.1 feature
## v0.7.1
- Keep extra modifiers when a remapped combination is pressed

2
Cargo.lock generated

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

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

Loading…
Cancel
Save