mirror of
https://github.com/k0kubun/xremap
synced 2024-11-02 03:40:25 +00:00
Version 0.4.1
This commit is contained in:
parent
54abaeb884
commit
519752c792
@ -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
|
## v0.4.0
|
||||||
|
|
||||||
* `--features gnome` relies on an external GNOME Shell extension: [xremap-gnome](https://github.com/xremap/xremap-gnome)
|
* `--features gnome`: Depend 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`.
|
* 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.
|
* This allows you to use xremap with GNOME 40+. Ubuntu 22.04 uses GNOME 42 for example.
|
||||||
|
|
||||||
## v0.3.3
|
## v0.3.3
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1059,7 +1059,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "xremap"
|
name = "xremap"
|
||||||
version = "0.4.0"
|
version = "0.4.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"clap",
|
"clap",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "xremap"
|
name = "xremap"
|
||||||
version = "0.4.0"
|
version = "0.4.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Dynamic key remapp for X and Wayland"
|
description = "Dynamic key remapp for X and Wayland"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
Loading…
Reference in New Issue
Block a user