Version 0.7.12

pull/216/head v0.7.12
Takashi Kokubun 1 year ago
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
- Reconnect to X11 when an existing connection stops working [#212](https://github.com/k0kubun/xremap/issues/212)

2
Cargo.lock generated

@ -1154,7 +1154,7 @@ dependencies = [
[[package]]
name = "xremap"
version = "0.7.11"
version = "0.7.12"
dependencies = [
"anyhow",
"clap",

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

Loading…
Cancel
Save