mirror of
https://github.com/k0kubun/xremap
synced 2024-11-02 03:40:25 +00:00
Version 0.1.8
This commit is contained in:
parent
359afbe616
commit
705173ed84
@ -1,3 +1,8 @@
|
|||||||
|
## v0.1.8
|
||||||
|
|
||||||
|
* Add `--version` option to show xremap's version
|
||||||
|
[#54](https://github.com/k0kubun/xremap/issues/54)
|
||||||
|
|
||||||
## v0.1.7
|
## v0.1.7
|
||||||
|
|
||||||
* Add `set_mark` and `with_mark` to emulate Emacs's mark mode
|
* Add `set_mark` and `with_mark` to emulate Emacs's mark mode
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -967,7 +967,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "xremap"
|
name = "xremap"
|
||||||
version = "0.1.7"
|
version = "0.1.8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"env_logger",
|
"env_logger",
|
||||||
"evdev",
|
"evdev",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "xremap"
|
name = "xremap"
|
||||||
version = "0.1.7"
|
version = "0.1.8"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Dynamic key remapp for X and Wayland"
|
description = "Dynamic key remapp for X and Wayland"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
Loading…
Reference in New Issue
Block a user