mirror of
https://github.com/k0kubun/xremap
synced 2024-11-02 03:40:25 +00:00
parent
202eb11e6a
commit
a24ae4cb79
23
CHANGELOG.md
23
CHANGELOG.md
@ -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`
|
||||
|
@ -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…
Reference in New Issue
Block a user