diff --git a/CHANGELOG.md b/CHANGELOG.md index 01596b9..f90dd10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 60d04b3..32f0279 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1112,7 +1112,7 @@ dependencies = [ [[package]] name = "xremap" -version = "0.6.0" +version = "0.6.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 62375b9..341e85f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"