Releases: rhysd/keybinds-rs
Releases · rhysd/keybinds-rs
v0.0.2
- Support winit as optional
winit
feature.
- Add
Key::Ignored
special key to ignore on checking key bindings. This is used when converting events which are actually not related to key inputs.
- Fix key release is not ignored.
- Fix modifier-only keys are converted to
Key::Unidentified
.
- Fix converting crossterm key event with shift modifier pressed.
v0.0.1
- Separate support for parsing key bindings with serde as
serde
feature
- Make all features opt-in
- Remove anyhow crate dependency
- Support crossterm as optional
crossterm
feature
- Fix the ongoing key sequence is not properly cleared on timeout
v0.0.0
The first pre-release with incomplete minimal implementation. Note that the development is still ongoing and many bugs and API changes will be expected until v0.1.0 first stable release.