Version 0.2.0

pull/58/head v0.2.0
Takashi Kokubun 2 years ago
parent 655210e918
commit fea8222e8f
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

@ -1,3 +1,8 @@
## v0.2.0
* Support left/right-specific modifiers by `_L`/`_R` prefixes
[#56](https://github.com/k0kubun/xremap/pull/56)
## v0.1.9
* Fix a bug of handling control keys inside `with_mark` of v0.1.7

2
Cargo.lock generated

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

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

Loading…
Cancel
Save