From e8d30a3e38b3e686cfbabfd66760ddee7b95a95f Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sun, 14 Aug 2022 16:09:28 -0700 Subject: [PATCH] Version 0.7.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 28dfc0f..c5d9716 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 - Introduce `virtual_modifiers` [#147](https://github.com/k0kubun/xremap/pull/147) diff --git a/Cargo.lock b/Cargo.lock index 1654591..308f899 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1112,7 +1112,7 @@ dependencies = [ [[package]] name = "xremap" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 87871d0..4b72901 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xremap" -version = "0.7.0" +version = "0.7.1" edition = "2021" description = "Dynamic key remapp for X and Wayland" license = "MIT"