v3.0.0a15
Pre-release
Pre-release
·
22 commits
to master
since this release
Features
Menu.attach
now returns an instance ofMenuHandle
instead of a generic awaitable - allowing the menu to be stopped without using aMenuContext
or timeout.
Bugfixes
- Changed logging level for exceptions happening in tasks from
WARNING
toERROR
. (#486) - Fix sporadic attribute error when using
self.previous_row()
within a component menu class.