Skip to content

v0.1.0

Compare
Choose a tag to compare
@rhysd rhysd released this 16 Mar 15:24
· 16 commits to main since this release

The first stable release 🎉

  • BREAKING: Remove Key::Backtab because it is actually not mapped to a single key. crossterm's BackTab key is now correctly mapped to Shift + Tab.
  • Define the minimum supported Rust version is 1.80.0.
  • Clarify the versioning of this crate in documents.
  • Add the contribution guide.
  • Add the vim example to demonstrate how to use this crate for modal key bindings.
  • Add Keybinds::ongoing_inputs to get the key inputs matching to some key bindings.
  • Add Key::Help variant.
  • Fix parsing NumLock key.