diff --git a/CHANGELOG.md b/CHANGELOG.md index e533562..4776beb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index ef7a2af..fc5c740 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -837,7 +837,7 @@ dependencies = [ [[package]] name = "xremap" -version = "0.1.3" +version = "0.1.4" dependencies = [ "env_logger", "evdev", diff --git a/Cargo.toml b/Cargo.toml index 58f9247..e2726de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"