Version 0.7.1

pull/155/head v0.7.1
Takashi Kokubun 2 years ago
parent be7d11e244
commit e8d30a3e38
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

@ -1,3 +1,8 @@
## v0.7.1
- Keep extra modifiers when a remapped combination is pressed
[#102](https://github.com/k0kubun/xremap/issues/102)
## v0.7.0 ## v0.7.0
- Introduce `virtual_modifiers` [#147](https://github.com/k0kubun/xremap/pull/147) - Introduce `virtual_modifiers` [#147](https://github.com/k0kubun/xremap/pull/147)

2
Cargo.lock generated

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

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