Version 0.3.0

pull/85/head v0.3.0
Takashi Kokubun 2 years ago
parent 479b864188
commit eaca8be6f7
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

@ -1,3 +1,10 @@
## v0.3.0
* Switch the CLI framework from getopts to clap
* Add `--watch=config` to watch configs
* `--watch` works as before. You may use it as `--watch=device` as well.
* Add `--completions` for shell completion
## v0.2.5
* Support `escape_next_key` action

2
Cargo.lock generated

@ -1059,7 +1059,7 @@ dependencies = [
[[package]]
name = "xremap"
version = "0.2.5"
version = "0.3.0"
dependencies = [
"anyhow",
"clap",

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

Loading…
Cancel
Save