ulyssa / modalkit

A Rust library for building modal editing applications
Apache License 2.0
49 stars 5 forks source link

Release v0.0.5 #52

Closed ulyssa closed 1 year ago

ulyssa commented 1 year ago

This will include:

It will also include a version bump for the crossterm dependency, which notably added new fields to KeyEvent. The addition of TerminalKey in #28 makes sure that this doesn't break how ModalMachine looks entered keys up in a HashMap.