Version 0.7.15

pull/222/head v0.7.15
Takashi Kokubun 1 year 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
- 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

2
Cargo.lock generated

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

@ -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"

Loading…
Cancel
Save