Version 0.7.0

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

@ -1,3 +1,8 @@
## v0.7.0
- Introduce `virtual_modifiers` [#147](https://github.com/k0kubun/xremap/pull/147)
- Obsolete the `modifier: true` feature of v0.6.1 in favor of `virtual_modifiers`
## v0.6.2
- Avoid emitting logical modifiers when a key combination is pressed

2
Cargo.lock generated

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

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

Loading…
Cancel
Save