mirror of
https://github.com/k0kubun/xremap
synced 2024-11-02 03:40:25 +00:00
Version 0.7.12
This commit is contained in:
parent
9f5002ee1b
commit
d5fec95843
@ -1,3 +1,7 @@
|
|||||||
|
## v0.7.12
|
||||||
|
|
||||||
|
- Double-fork a `launch`ed process to avoid stopping it when xremap exits [#214](https://github.com/k0kubun/xremap/issues/214)
|
||||||
|
|
||||||
## v0.7.11
|
## v0.7.11
|
||||||
|
|
||||||
- Reconnect to X11 when an existing connection stops working [#212](https://github.com/k0kubun/xremap/issues/212)
|
- Reconnect to X11 when an existing connection stops working [#212](https://github.com/k0kubun/xremap/issues/212)
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1154,7 +1154,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "xremap"
|
name = "xremap"
|
||||||
version = "0.7.11"
|
version = "0.7.12"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"clap",
|
"clap",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "xremap"
|
name = "xremap"
|
||||||
version = "0.7.11"
|
version = "0.7.12"
|
||||||
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