Version 0.7.6

pull/196/head v0.7.6
Takashi Kokubun 2 years ago
parent dfe27fe71d
commit bfb8604add
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

@ -1,3 +1,9 @@
## v0.7.6
- Add `keypress_delay_ms` to workaround [#179](https://github.com/k0kubun/xremap/issues/179)
- This feature might be removed in the future once the root cause of [#179](https://github.com/k0kubun/xremap/issues/179)
is found and fixed.
## v0.7.5
- Fix a regression to recognize JetBrains IDE on `application` since v0.5.3

2
Cargo.lock generated

@ -1157,7 +1157,7 @@ dependencies = [
[[package]]
name = "xremap"
version = "0.7.5"
version = "0.7.6"
dependencies = [
"anyhow",
"clap",

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

Loading…
Cancel
Save