Version 0.8.2

pull/251/head v0.8.2
Takashi Kokubun 1 year ago
parent 2603e89999
commit 24ab052adb

@ -1,3 +1,7 @@
## v0.8.2
- Remove `REL_WHEEL` and `REL_HWHEEL` as a workaround for Arch Linux with systemd-253-1
## v0.8.1
- Update Hyperland-rs from 0.2.4 to 0.3.0 [#247](https://github.com/k0kubun/xremap/issues/247)

2
Cargo.lock generated

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

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

Loading…
Cancel
Save