Version 0.5.0

pull/79/head v0.5.0
Takashi Kokubun 2 years ago
parent a01709c38c
commit 10f7b1e33f
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

@ -1,3 +1,11 @@
## v0.5.0
- Switch to binary releases built by cross-rs
- Support Arm64
- All binaries no longer have dynamic-link dependencies like libc
- Stop supporting "others" distribution
- If you use none of X11, GNOME, or Sway, try X11. It might help XWayland.
## v0.4.6
- Add `--mouse` option to select mouse as well

2
Cargo.lock generated

@ -1112,7 +1112,7 @@ dependencies = [
[[package]]
name = "xremap"
version = "0.4.6"
version = "0.5.0"
dependencies = [
"anyhow",
"clap",

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

Loading…
Cancel
Save