Version 0.1.7

pull/54/head v0.1.7
Takashi Kokubun 2 years ago
parent 64a4d34ae9
commit 7c0b430c33
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

@ -1,3 +1,8 @@
## v0.1.7
* Add `set_mark` and `with_mark` to emulate Emacs's mark mode
[#53](https://github.com/k0kubun/xremap/issues/53)
## v0.1.6
* Add `launch` action to execute a command

2
Cargo.lock generated

@ -967,7 +967,7 @@ dependencies = [
[[package]]
name = "xremap"
version = "0.1.6"
version = "0.1.7"
dependencies = [
"env_logger",
"evdev",

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

Loading…
Cancel
Save