Version 0.2.4

pull/70/head v0.2.4
Takashi Kokubun 2 years ago
parent 1267e203a0
commit 9e4d5803a4
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

@ -1,3 +1,8 @@
## v0.2.4
* Use feature-related dependencies only when needed
[#68](https://github.com/k0kubun/xremap/pull/68)
## v0.2.3
* Detect XWayland applications properly for Sway

2
Cargo.lock generated

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

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

Loading…
Cancel
Save