mirror of
https://github.com/k0kubun/xremap
synced 2024-11-19 09:25:31 +00:00
Version 0.8.5
This commit is contained in:
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
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…
Reference in New Issue
Block a user