Version 0.1.9

pull/56/head v0.1.9
Takashi Kokubun 3 years ago
parent 621606fb35
commit f7256c6c88
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

@ -1,3 +1,8 @@
## v0.1.9
* Fix a bug of handling control keys inside `with_mark` of v0.1.7
[#55](https://github.com/k0kubun/xremap/pull/55)
## v0.1.8
* Add `--version` option to show xremap's version

2
Cargo.lock generated

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

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

Loading…
Cancel
Save