Skip to content

v2.6.0

Compare
Choose a tag to compare
@VincentFoulon80 VincentFoulon80 released this 06 Apr 19:08
· 3 commits to master since this release
d56ea01

🧰 Dependency Updates

  • Updating crossterm from 0.24 to 0.26 (Thanks to @lesleyrs)
    💥 Minor breaking: KeyEvent has now two additional properties: kind and state

🆕 Features

  • Added smooth_scroll example (windows only as of crossterm 0.26.1) (@lesleyrs)

🐞 Bugfixes

  • #22 is_key_released gets triggered when the key isn't being release (@lesleyrs)