Version 0.8.2

pull/251/head v0.8.2
Takashi Kokubun 2 years 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 ## v0.8.1
- Update Hyperland-rs from 0.2.4 to 0.3.0 [#247](https://github.com/k0kubun/xremap/issues/247) - 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]] [[package]]
name = "xremap" name = "xremap"
version = "0.8.1" version = "0.8.2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",

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

Loading…
Cancel
Save