Version 0.4.6

pull/104/head v0.4.6
Takashi Kokubun 2 years ago
parent f34e081133
commit 6188d5eff8
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

@ -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/`

2
Cargo.lock generated

@ -1112,7 +1112,7 @@ dependencies = [
[[package]]
name = "xremap"
version = "0.4.5"
version = "0.4.6"
dependencies = [
"anyhow",
"clap",

@ -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"

Loading…
Cancel
Save