From d0b13ce6c75bf8c5f011054a28c9c7f9c025a8e5 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sat, 7 May 2022 00:10:13 -0700 Subject: [PATCH] Version 0.4.0 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09653ea..4502058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.4.0 + +* `--features gnome` relies on an external GNOME Shell extension: [xremap-gnome](https://github.com/xremap/xremap-gnome) + * See [Installation](https://github.com/xremap/xremap-gnome#installation) if you use `--features gnome`. + * This allows you to use xremap with GNOME 40+. Ubuntu 22.04 uses GNOME 42 for example. + ## v0.3.3 * Fix a bug in a nested remap with modifiers diff --git a/Cargo.lock b/Cargo.lock index e8c4032..fb917c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1059,7 +1059,7 @@ dependencies = [ [[package]] name = "xremap" -version = "0.3.4" +version = "0.4.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 8d10ba0..e009b36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xremap" -version = "0.3.4" +version = "0.4.0" edition = "2021" description = "Dynamic key remapp for X and Wayland" license = "MIT"