Version 0.7.3

pull/155/head v0.7.3
Takashi Kokubun 2 years ago
parent c38f9e9cc6
commit bc2c7aaa10
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

@ -1,3 +1,7 @@
## v0.7.3
- Dispatch the original key as well on v0.5.1's `press`/`release` modmap
## v0.7.2
- Fix a corner-case bug in the v0.7.1 feature

2
Cargo.lock generated

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

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

Loading…
Cancel
Save