Version 0.8.11

pull/363/head
Takashi Kokubun 8 months ago
parent 26c90bb2b5
commit c72d9b67f0

@ -1,3 +1,8 @@
## v0.8.11
- Use `xremap` instead of `xremap pid=$pid` as the device name if it doesn't conflict
- If there's already an `xremap` device, it uses `xremap pid=$pid` as before
## v0.8.10
- Add `REL_WHEEL` and `REL_HWHEEL` to relative axes if `--mouse` is given

2
Cargo.lock generated

@ -1861,7 +1861,7 @@ dependencies = [
[[package]]
name = "xremap"
version = "0.8.10"
version = "0.8.11"
dependencies = [
"anyhow",
"clap",

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

Loading…
Cancel
Save