From 19e2c8940c94849fe02c3cf44fb45e5e163523d8 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Thu, 23 Dec 2021 21:04:02 -0800 Subject: [PATCH] Version 0.1.2 --- 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 7c5b49b..4b2585d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.1.2 + +* Fix recognition of a right Alt modifier in `keymap` + [#43](https://github.com/k0kubun/xremap/issues/43) + ## v0.1.1 * Binary distribution is built on GitHub Actions diff --git a/Cargo.lock b/Cargo.lock index 77580b3..6fe9219 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -837,7 +837,7 @@ dependencies = [ [[package]] name = "xremap" -version = "0.1.1" +version = "0.1.2" dependencies = [ "env_logger", "evdev", diff --git a/Cargo.toml b/Cargo.toml index 4fda837..e811992 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xremap" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "Dynamic key remapp for X and Wayland" license = "MIT"