Version 0.5.3

pull/145/head v0.5.3
Takashi Kokubun 2 years ago
parent a448a24ec8
commit 41bec30743
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

@ -1,3 +1,10 @@
## v0.5.3
- Match an `application` matcher against a full `WM_CLASS` in X11
when the matcher contains `.`.
- If you don't specify `.`, it's backward-compatible.
- If you already use v0.4.5's `/regex/`, however, you might need to tweak the regex.
## v0.5.2
- Support overriding `timeout_key` on nested remap

2
Cargo.lock generated

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

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

Loading…
Cancel
Save