diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e8f613..ef44d0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.lock b/Cargo.lock index b4c3d99..66311d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1154,7 +1154,7 @@ dependencies = [ [[package]] name = "xremap" -version = "0.7.11" +version = "0.7.12" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index e331bf6..643f700 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"