Version 0.8.10

pull/363/head
Takashi Kokubun 8 months ago
parent f0bd2d5e3c
commit d5ccb8c917

@ -1,3 +1,8 @@
## v0.8.10
- Add `REL_WHEEL` and `REL_HWHEEL` to relative axes if `--mouse` is given
- This resurrects what's dropped in v0.8.2 if you use that option
## v0.8.9
- Introduce `wlroots` support [#345](https://github.com/k0kubun/xremap/issues/345)

2
Cargo.lock generated

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

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

Loading…
Cancel
Save