You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xremap/CHANGELOG.md

17 lines
423 B
Markdown

## v0.1.0
- Rewrite the project in Rust
3 years ago
## v0.0.3
- Allow using ENV in config
8 years ago
## v0.0.2
- Add `include_config` to load config from another file
8 years ago
## 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