Version 0.8.3

event-log v0.8.3
Takashi Kokubun 1 year ago
parent 84ea31f09e
commit 89ac4e6aca

@ -1,3 +1,7 @@
## v0.8.3
- Support KDE Wayland [#264](https://github.com/k0kubun/xremap/issues/264)
## v0.8.2
- Remove `REL_WHEEL` and `REL_HWHEEL` as a workaround for Arch Linux with systemd-253-1

2
Cargo.lock generated

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

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

Loading…
Cancel
Save