Skip to content

0.2.1

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Apr 07:13
· 64 commits to main since this release
792017f

Features

  • The example app was modified to be more illustrative of potential usage. (#66)
  • Support for Python 3.13 was added. (#183)

Bugfixes

  • Widget construction was made compatible with Toga 0.5. (#194)

Backward Incompatible Changes

  • Support for Python 3.8 was dropped. (#183)
  • toga-chart now requires matplotlib 3.9.0 or newer. (#194)

Documentation

  • The README badges were updated to display correctly on GitHub. (#122)
  • Building toga-chart's documentation now requires the use of Python 3.12. (#153)

Misc