Skip to content

Releases: ubopod/ubo-gui

v0.11.11

09 Jun 02:53
v0.11.11
595aa3b
Compare
Choose a tag to compare

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

Changes:

  • fix(MenuWidget): the menu doesn't override the top-most item whenever an arbitrary
    sub-menu's subscription reports a change, instead, it updates the item in the stack
    for which the change was reported
  • refactor(PromptWidget): PromptWidget now exposes an items list property to
    be compatible with other subclasses of PageWidget so that tests can interact
    with it easier

v0.11.9

18 May 22:00
v0.11.9
288438f
Compare
Choose a tag to compare

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

Changes:

  • feat(MenuWidget): add methods for directly selecting an Item

v0.11.8

10 May 19:56
v0.11.8
bbc6658
Compare
Choose a tag to compare

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

Changes:

  • fix(MenuWidget): align items with the physical buttons

v0.11.7

08 May 14:55
v0.11.7
9076fca
Compare
Choose a tag to compare

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

Changes:

  • feat(MenuWidget): add go_home method, resetting the stack to a single element
    root menu

v0.11.6

07 May 16:59
v0.11.6
2ec1f20
Compare
Choose a tag to compare

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

Changes:

  • refactor(MenuWidget): dispatch on_close event on the PageWidget instance when
    it is closed, to close a PageWidget instance, one should call close_application

v0.11.5

06 May 14:54
v0.11.5
ac8f541
Compare
Choose a tag to compare

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)

v0.11.4

05 May 00:26
v0.11.4
c788b01
Compare
Choose a tag to compare

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

Changes:

  • refactor(NotificationWidget): remove all the logic and make it solely a view

v0.11.3

02 May 21:11
v0.11.3
b17e16d
Compare
Choose a tag to compare

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

Changes:

  • feat(Menu): action items can now return not only the application class, but also
    instances of applications too
  • fix(QRCodeWidget): set default value of fit_mode to contain

v0.11.2

30 Apr 19:04
v0.11.2
6e4e3d5
Compare
Choose a tag to compare

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

Changes:

  • refactor(NotificationWidget): improve layout of the notification widget

v0.11.1

30 Apr 18:23
v0.11.1
0f0ee4d
Compare
Choose a tag to compare

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

Changes:

  • fix(menu): use application's title as the title of the menu if it's provided
  • fix(menu): add the title space to the application if it has no title