mirror of
https://github.com/k0kubun/xremap
synced 2024-11-15 18:12:50 +00:00
Version 0.8.18
This commit is contained in:
parent
b1640a39e6
commit
429133067e
@ -1,3 +1,7 @@
|
||||
## v0.8.18
|
||||
|
||||
- Fix issues in the release pipeline
|
||||
|
||||
## v0.8.17
|
||||
|
||||
- Add `window` matcher for the `kde` client [#448](https://github.com/xremap/xremap/pull/448)
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1893,7 +1893,7 @@ checksum = "e63e71c4b8bd9ffec2c963173a4dc4cbde9ee96961d4fcb4429db9929b606c34"
|
||||
|
||||
[[package]]
|
||||
name = "xremap"
|
||||
version = "0.8.17"
|
||||
version = "0.8.18"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "xremap"
|
||||
version = "0.8.17"
|
||||
version = "0.8.18"
|
||||
edition = "2021"
|
||||
description = "Dynamic key remapp for X and Wayland"
|
||||
license = "MIT"
|
||||
|
Loading…
Reference in New Issue
Block a user