Skip to content

v3.0.0a15

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Nov 13:38
· 22 commits to master since this release

Features

  • Menu.attach now returns an instance of MenuHandle instead of a generic awaitable - allowing the menu to be stopped without using a MenuContext or timeout.

Bugfixes

  • Changed logging level for exceptions happening in tasks from WARNING to ERROR. (#486)
  • Fix sporadic attribute error when using self.previous_row() within a component menu class.