Version 0.8.12

pull/381/head v0.8.12
Takashi Kokubun 6 months ago
parent fd3992e486
commit 97268d1d92

@ -1,3 +1,7 @@
## v0.8.12
- Add `device` filter to `modmap` and `keymap` entries [#380](https://github.com/k0kubun/xremap/issues/380)
## v0.8.11
- Use `xremap` instead of `xremap pid=$pid` as the device name if it doesn't conflict

2
Cargo.lock generated

@ -1861,7 +1861,7 @@ dependencies = [
[[package]]
name = "xremap"
version = "0.8.11"
version = "0.8.12"
dependencies = [
"anyhow",
"clap",

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

Loading…
Cancel
Save