Version 0.1.7

This commit is contained in:
Takashi Kokubun 2021-12-31 22:36:47 -08:00
parent 64a4d34ae9
commit 7c0b430c33
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD
3 changed files with 7 additions and 2 deletions

View File

@ -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 ## v0.1.6
* Add `launch` action to execute a command * Add `launch` action to execute a command

2
Cargo.lock generated
View File

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

View File

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