Skip to content

v0.11.5

Compare
Choose a tag to compare
@github-actions github-actions released this 06 May 14:54
· 24 commits to main since this release
v0.11.5
ac8f541

PyPI package: https://pypi.org/project/ubo-gui/0.11.5

Changes:

  • fix(MenuWidget): avoid opening an ActionItem's action return value twice if
    it is a PageWidget class
  • refactor(MenuWidget): improve opening/closing application logic to avoid race conditions
  • refactor(PageWidget): add __repr__ to help debugging and logging PageWidgets
  • refactor(MenuWidget): use mainthread decorator in transitions only when necessary
  • refactor(ItemWidget): increase the length of non-short items (decrease the right
    margin from 30 to 6)