Version 0.1.1

This reverts commit 202eb11e6a.
This commit is contained in:
Takashi Kokubun 2021-12-22 23:34:50 -08:00
parent 202eb11e6a
commit a24ae4cb79
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD
2 changed files with 10 additions and 15 deletions

View File

@ -1,16 +1,11 @@
## v0.1.1
* 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.1.0
- Rewrite the project in Rust
## v0.0.3
- Allow using ENV in config
## v0.0.2
- Add `include_config` to load config from another file
## 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`

View File

@ -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"