Version 0.8.15

pull/423/head v0.8.15
Takashi Kokubun 3 months ago
parent 45ddd0180c
commit 1ea5b1e715

@ -1,3 +1,7 @@
## v0.8.15
- Add `skip_key_event` option to `press`/`release` modmap action [#420](https://github.com/k0kubun/xremap/issues/420)
## v0.8.14
- Support TOML as a config file format [#404](https://github.com/k0kubun/xremap/issues/404)

2
Cargo.lock generated

@ -1884,7 +1884,7 @@ checksum = "e63e71c4b8bd9ffec2c963173a4dc4cbde9ee96961d4fcb4429db9929b606c34"
[[package]]
name = "xremap"
version = "0.8.14"
version = "0.8.15"
dependencies = [
"anyhow",
"clap",

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

Loading…
Cancel
Save