diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e4b25b..459550b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.4.6 + +- Add `--mouse` option to select mouse as well + [#140](https://github.com/k0kubun/xremap/pull/138) +- The X11 binary no longer relies on libx11 + ## v0.4.5 - `application` supports a regular expression matcher, `/regex/` diff --git a/Cargo.lock b/Cargo.lock index 9150c0f..c0611a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1112,7 +1112,7 @@ dependencies = [ [[package]] name = "xremap" -version = "0.4.5" +version = "0.4.6" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 6275fb5..bad5bfa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xremap" -version = "0.4.5" +version = "0.4.6" edition = "2021" description = "Dynamic key remapp for X and Wayland" license = "MIT"