Skip to content

v1.5.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 30 Mar 06:06
· 66 commits to main since this release
  • Add support for specifying a label in KeyboardShortcuts.Recorder 7e251f3
    • This means you no longer need to wrap it in a HStack yourself.
  • Add modern AsyncStream-based key listener method 0dcedd5
    • The benefit of this one over onKeyUp() is that you can control its lifecycle. When you cancel the stream, the listening ends.
  • Add Czech localization 954285d

v1.4.0...v1.5.0