Version 0.8.11

This commit is contained in:
Takashi Kokubun 2023-10-06 23:14:43 -07:00
parent 26c90bb2b5
commit c72d9b67f0
3 changed files with 7 additions and 2 deletions

View File

@ -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
View File

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

View File

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