v1.5.0
- Add support for specifying a label in
KeyboardShortcuts.Recorder
7e251f3- This means you no longer need to wrap it in a
HStack
yourself.
- This means you no longer need to wrap it in a
- 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.
- The benefit of this one over
- Add Czech localization 954285d