diff --git a/CHANGELOG.md b/CHANGELOG.md index c47f7a7..05dc333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ +## v0.7.15 + +- Handle a None application name on Hyperland [#220](https://github.com/k0kubun/xremap/issues/220) + ## v0.7.14 - Fix overrides with multi-key sequences [#217](https://github.com/k0kubun/xremap/issues/217) ## v0.7.13 -- Support hyperland [#216](https://github.com/k0kubun/xremap/issues/216) +- Support Hyperland [#216](https://github.com/k0kubun/xremap/issues/216) ## v0.7.12 diff --git a/Cargo.lock b/Cargo.lock index 8feda62..faeecb1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1363,7 +1363,7 @@ dependencies = [ [[package]] name = "xremap" -version = "0.7.13" +version = "0.7.15" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index f5c2a66..9728553 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xremap" -version = "0.7.13" +version = "0.7.15" edition = "2021" description = "Dynamic key remapp for X and Wayland" license = "MIT"