Version 0.1.1

This reverts commit 202eb11e6a.
pull/45/head v0.1.1
Takashi Kokubun 2 years ago
parent 202eb11e6a
commit a24ae4cb79
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

@ -1,16 +1,11 @@
## v0.1.0
- Rewrite the project in Rust
## v0.1.1
## v0.0.3
- Allow using ENV in config
* Binary distribution is built on GitHub Actions
* Improve error message for features `gnome` and `sway`
* Stop using a fork of swayipc and publish `sway` feature on crates.io
## v0.0.2
- Add `include_config` to load config from another file
## v0.1.0
## v0.0.1
- Initial release
- Add `window`, with `class_not` and `class_only` options
- Add `remap`, with `to` option
- Add `execute` to run scripts on shell
- Add `define` to define method on DSL context
- Add `press` and `release`, but they are still experimental
* Initial release
* `modmap`, `keymap`, `application`, `remap`
* --features: `x11`, `gnome`, `sway`

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

Loading…
Cancel
Save