Version 0.7.5

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

@ -1,3 +1,8 @@
## v0.7.5
- Fix a regression to recognize JetBrains IDE on `application` since v0.5.3
[#151](https://github.com/k0kubun/xremap/issues/151)
## v0.7.4
- Fix nested remap implementation that has been broken since v0.6.0

2
Cargo.lock generated

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

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

Loading…
Cancel
Save