Version 0.4.2

pull/97/head v0.4.2
Takashi Kokubun 2 years ago
parent 86d9e9264d
commit 3cc9af8a08
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

@ -1,3 +1,8 @@
## v0.4.2
* `--features gnome`: Support a new protocol to talk to the GNOME Shell extension
* Both old and new GNOME Shell extensions work with this version
## v0.4.1
* `--features gnome`: Show `supported: false` in the command output

2
Cargo.lock generated

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

@ -1,6 +1,6 @@
[package]
name = "xremap"
version = "0.4.1"
version = "0.4.2"
edition = "2021"
description = "Dynamic key remapp for X and Wayland"
license = "MIT"

Loading…
Cancel
Save