diff --git a/CHANGELOG.md b/CHANGELOG.md index 80a36e0..6849bf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 7683a22..1e588ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1112,7 +1112,7 @@ dependencies = [ [[package]] name = "xremap" -version = "0.7.4" +version = "0.7.5" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 3632eb4..20b68e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"