From 54e9730ed5fa81a604eebe291899337411e259c9 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sun, 14 Aug 2022 02:45:07 -0700 Subject: [PATCH] Version 0.6.1 --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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"