Version 0.3.3

pull/93/head v0.3.3
Takashi Kokubun 2 years ago
parent 2c4e3574e3
commit cf624dc545
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

@ -1,3 +1,8 @@
## v0.3.3
* Fix a bug in a nested remap with modifiers
[#91](https://github.com/k0kubun/xremap/pull/91)
## v0.3.2
* Support `timeout_millis` to timeout a prefix key

2
Cargo.lock generated

@ -1059,7 +1059,7 @@ dependencies = [
[[package]]
name = "xremap"
version = "0.3.2"
version = "0.3.3"
dependencies = [
"anyhow",
"clap",

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

Loading…
Cancel
Save