From cf624dc545dc9b08347664a541659f361b2d4931 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Wed, 27 Apr 2022 20:07:18 -0700 Subject: [PATCH] Version 0.3.3 --- 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 f3e448f..09653ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.3.3 + +* Fix a bug in a nested remap with modifiers + [#91](https://github.com/k0kubun/xremap/pull/91) + ## v0.3.2 * Support `timeout_millis` to timeout a prefix key diff --git a/Cargo.lock b/Cargo.lock index 4ec58ae..dba3fe7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1059,7 +1059,7 @@ dependencies = [ [[package]] name = "xremap" -version = "0.3.2" +version = "0.3.3" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index a10af36..c19e2c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xremap" -version = "0.3.2" +version = "0.3.3" edition = "2021" description = "Dynamic key remapp for X and Wayland" license = "MIT"