mirror of
https://github.com/k0kubun/xremap
synced 2024-11-02 03:40:25 +00:00
Version 0.4.3
Revert "Revert "Version 0.4.3""
This reverts commit 3399881426
.
This commit is contained in:
parent
938d65ceb4
commit
3fa92e2ce3
@ -1,3 +1,8 @@
|
|||||||
|
## v0.4.3
|
||||||
|
|
||||||
|
* Produce xremap binary releases on Ubuntu 18.04
|
||||||
|
[#101](https://github.com/k0kubun/xremap/pull/101)
|
||||||
|
|
||||||
## v0.4.2
|
## v0.4.2
|
||||||
|
|
||||||
* `--features gnome`: Support a new protocol to talk to the GNOME Shell extension
|
* `--features gnome`: Support a new protocol to talk to the GNOME Shell extension
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1059,7 +1059,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "xremap"
|
name = "xremap"
|
||||||
version = "0.4.2"
|
version = "0.4.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"clap",
|
"clap",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "xremap"
|
name = "xremap"
|
||||||
version = "0.4.2"
|
version = "0.4.3"
|
||||||
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