Version 0.10.0

pull/484/head v0.10.0
Takashi Kokubun 1 month ago
parent b99d09107e
commit d1b17c4b99

@ -1,3 +1,8 @@
## v0.10.0
- Drop `sway` and `hypr` clients [#479](https://github.com/xremap/xremap/pull/479)
- As recommended since v0.8.9, please use `wlroots` client instead.
## v0.9.0
- Add `enable_wheel` option in the config [#478](https://github.com/xremap/xremap/pull/478)

2
Cargo.lock generated

@ -1573,7 +1573,7 @@ checksum = "e63e71c4b8bd9ffec2c963173a4dc4cbde9ee96961d4fcb4429db9929b606c34"
[[package]]
name = "xremap"
version = "0.9.0"
version = "0.10.0"
dependencies = [
"anyhow",
"clap",

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

Loading…
Cancel
Save