Version 0.8.0

pull/239/head v0.8.0
Takashi Kokubun 2 years ago
parent 17d50df194
commit dac4e87a3c

@ -1,3 +1,9 @@
## v0.8.0
- Support scrollwheel / RELATIVE events
[#180](https://github.com/k0kubun/xremap/issues/180)
[#187](https://github.com/k0kubun/xremap/issues/187)
## v0.7.15
- Handle a None application name on Hyperland [#220](https://github.com/k0kubun/xremap/issues/220)

2
Cargo.lock generated

@ -1385,7 +1385,7 @@ dependencies = [
[[package]]
name = "xremap"
version = "0.7.15"
version = "0.8.0"
dependencies = [
"anyhow",
"clap",

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

Loading…
Cancel
Save