Version 0.8.1

pull/251/head v0.8.1
Takashi Kokubun 1 year ago
parent e75c0bae09
commit baa9c32f12

@ -1,3 +1,7 @@
## v0.8.1
- Update Hyperland-rs from 0.2.4 to 0.3.0 [#247](https://github.com/k0kubun/xremap/issues/247)
## v0.8.0
- Support scrollwheel / RELATIVE events

2
Cargo.lock generated

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

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

Loading…
Cancel
Save