Version 0.7.15

pull/222/head v0.7.15
Takashi Kokubun 2 years ago
parent 3d55149056
commit a8ad29bf7f

@ -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 ## v0.7.14
- Fix overrides with multi-key sequences [#217](https://github.com/k0kubun/xremap/issues/217) - Fix overrides with multi-key sequences [#217](https://github.com/k0kubun/xremap/issues/217)
## v0.7.13 ## 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 ## v0.7.12

2
Cargo.lock generated

@ -1363,7 +1363,7 @@ dependencies = [
[[package]] [[package]]
name = "xremap" name = "xremap"
version = "0.7.13" version = "0.7.15"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",

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

Loading…
Cancel
Save