Version 0.6.1

pull/147/head v0.6.1
Takashi Kokubun 2 years ago
parent e084bb0575
commit 54e9730ed5
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

@ -1,3 +1,8 @@
## v0.6.1
- Support logical modifier keys by `modifier: true` in `modmap`
[#146](https://github.com/k0kubun/xremap/pull/146)
## v0.6.0
- Rewrite the modifier key match logic

2
Cargo.lock generated

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

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

Loading…
Cancel
Save