Skip to content

Releases: rhysd/keybinds-rs

v0.0.2

15 Feb 17:29
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
  • 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

13 Feb 10:48
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release
  • 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

13 Feb 05:55
Compare
Choose a tag to compare
v0.0.0 Pre-release
Pre-release

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.