Skip to content

Releases: ubopod/ubo-gui

v0.13.10

02 Dec 09:47
v0.13.10
2308bea
Compare
Choose a tag to compare

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

30 Nov 13:54
v0.13.9
f721137
Compare
Choose a tag to compare

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

Changes:

  • refactor: set parent of StackApplicationItems like StackMenuItems

v0.13.8

26 Nov 19:46
v0.13.8
4d2d13d
Compare
Choose a tag to compare

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 the ActionItem itself has a key

v0.13.7

30 Oct 07:17
v0.13.7
e2ff177
Compare
Choose a tag to compare

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

Changes:

  • refactor: handle text field of SpinnerWidget when it contains kivy markup but yet reduces to when markup is removed

v0.13.6

29 Oct 17:20
v0.13.6
72dabdd
Compare
Choose a tag to compare

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

Changes:

  • fix: add SpinnerWidget to kivy factory

v0.13.5

29 Oct 16:31
v0.13.5
76424f4
Compare
Choose a tag to compare

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

Changes:

  • refactor: use SpinnerWidget in place of Label for all dynamic contents labels, setting its text to will spin it, otherwise it behaves like a Label

v0.13.4

29 Oct 13:13
v0.13.4
f78f461
Compare
Choose a tag to compare

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

21 Sep 05:34
v0.13.3
a3e86ac
Compare
Choose a tag to compare

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

Changes:

  • fix: make PromptWidget inherit PageWidget

v0.13.2

20 Sep 08:12
v0.13.2
719bc18
Compare
Choose a tag to compare

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

Changes:

  • refactor: avoid loading kivy when constants are imported

v0.13.1

17 Aug 16:17
v0.13.1
3a2b00e
Compare
Choose a tag to compare

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