Version 0.5.1

pull/144/head v0.5.1
Takashi Kokubun 2 years ago
parent 5462b1604d
commit 45d6d78490
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

@ -1,3 +1,8 @@
## v0.5.1
- Support triggering `keymap` actions on key press/release events
[#79](https://github.com/k0kubun/xremap/pull/79)
## v0.5.0
- Switch to binary releases built by cross-rs

2
Cargo.lock generated

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

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

Loading…
Cancel
Save