Skip to content

v0.9.1

Latest

Choose a tag to compare

@mikaelmello mikaelmello released this 16 Sep 06:59
· 4 commits to main since this release
Immutable release. Only release title and notes can be modified.

v0.9

v0.9.0

Features

Adds Selectable derive macro for enums! You can now easily create enum-based prompts (e.g. menus) by using the Selectable derive macro on your enums.

See the example for more details. Thank you @TheBearodactyl for the contribution!

Dependencies

  • Updated unicode-width to 0.2.
  • Updated crossterm to 0.29.
  • Updated termion to 4.0.
  • Updated console to 0.16.

v0.9.1

  • Fix panicking when terminal backend reports size with 0 width. Thanks @sebhoss for reporting!