Version 0.8.5

pull/276/head v0.8.5
Takashi Kokubun 1 year ago
parent e2dc9c1091
commit 6c0436a08c

@ -1,3 +1,7 @@
## v0.8.5
- Update Hyperland-rs from 0.3.0 to 0.3.1 [#275](https://github.com/k0kubun/xremap/issues/275)
## v0.8.4
- Support loading multiple configs [#269](https://github.com/k0kubun/xremap/issues/269)

2
Cargo.lock generated

@ -1562,7 +1562,7 @@ dependencies = [
[[package]]
name = "xremap"
version = "0.8.3"
version = "0.8.5"
dependencies = [
"anyhow",
"clap",

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

Loading…
Cancel
Save