diff --git a/CHANGELOG.md b/CHANGELOG.md index 4502058..6587d71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,12 @@ +## v0.4.1 + +* `--features gnome`: Show `supported: false` in the command output + when the GNOME Shell extension is not installed + ## 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`. +* `--features gnome`: Depend on an external GNOME Shell extension, [xremap-gnome](https://github.com/xremap/xremap-gnome) + * If you use `--features gnome`, install [xremap's GNOME Shell extension](https://extensions.gnome.org/extension/5060/xremap/) * This allows you to use xremap with GNOME 40+. Ubuntu 22.04 uses GNOME 42 for example. ## v0.3.3 diff --git a/Cargo.lock b/Cargo.lock index fb917c9..e9b268f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1059,7 +1059,7 @@ dependencies = [ [[package]] name = "xremap" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index e009b36..af7a65f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xremap" -version = "0.4.0" +version = "0.4.1" edition = "2021" description = "Dynamic key remapp for X and Wayland" license = "MIT"