Releases: ubopod/ubo-gui
Releases · ubopod/ubo-gui
v0.13.10
PyPI package: https://pypi.org/project/ubo-gui/0.13.10
Changes:
- fix: closing an application now works even if the application is not the root of its hierarchy
v0.13.9
PyPI package: https://pypi.org/project/ubo-gui/0.13.9
Changes:
- refactor: set parent of
StackApplicationItem
s likeStackMenuItem
s
v0.13.8
PyPI package: https://pypi.org/project/ubo-gui/0.13.8
Changes:
- refactor: set key of menu items returned by the action of
ActionItem
if theActionItem
itself has a key
v0.13.7
PyPI package: https://pypi.org/project/ubo-gui/0.13.7
Changes:
- refactor: handle
text
field ofSpinnerWidget
when it contains kivy markup but yet reduces to
when markup is removed
v0.13.6
PyPI package: https://pypi.org/project/ubo-gui/0.13.6
Changes:
- fix: add
SpinnerWidget
to kivy factory
v0.13.5
PyPI package: https://pypi.org/project/ubo-gui/0.13.5
Changes:
- refactor: use
SpinnerWidget
in place ofLabel
for all dynamic contents labels, setting itstext
to
will spin it, otherwise it behaves like aLabel
v0.13.4
PyPI package: https://pypi.org/project/ubo-gui/0.13.4
Changes:
- chore: migrate from poetry to uv for the sake of improving performance and dealing with conflicting sub-dependencies
- feat: add spinner widget which doesn't trigger whole screen renders and uses new local renders of headless-kivy
- chore: update to the latest version of headless-kivy
v0.13.3
PyPI package: https://pypi.org/project/ubo-gui/0.13.3
Changes:
- fix: make
PromptWidget
inheritPageWidget
v0.13.2
PyPI package: https://pypi.org/project/ubo-gui/0.13.2
Changes:
- refactor: avoid loading kivy when constants are imported
v0.13.1
PyPI package: https://pypi.org/project/ubo-gui/0.13.1
Changes:
- feat: widen the notification text horizontally if it doesn't have any actions on the left