Version 0.4.0

pull/97/head v0.4.0
Takashi Kokubun 2 years ago
parent 66c2914d1e
commit d0b13ce6c7
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

@ -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

2
Cargo.lock generated

@ -1059,7 +1059,7 @@ dependencies = [
[[package]]
name = "xremap"
version = "0.3.4"
version = "0.4.0"
dependencies = [
"anyhow",
"clap",

@ -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"

Loading…
Cancel
Save