Version 0.1.4

pull/48/head v0.1.4
Takashi Kokubun 3 years ago
parent a5f2185766
commit d22beb61ca
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

@ -1,3 +1,8 @@
## v0.1.4
* Add `--ignore` option to deny-list devices instead of allow-listing them
[#46](https://github.com/k0kubun/xremap/issues/46)
## v0.1.3
* Support remapping a key to two different keys depending on

2
Cargo.lock generated

@ -837,7 +837,7 @@ dependencies = [
[[package]]
name = "xremap"
version = "0.1.3"
version = "0.1.4"
dependencies = [
"env_logger",
"evdev",

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

Loading…
Cancel
Save