Skip to content

Version 0.4.1

Compare
Choose a tag to compare
@MyreMylar MyreMylar released this 04 Dec 19:12

Changelist

A small release, mainly some little bug fixes that I wanted to get out there because of the stringify dependency bug messing up pip installs for users.

  • Added lots of testing, and automation of that testing to the library. This helped uncover and solve several bugs.
  • Removed stringify dependency for non developer users (which should also stop it breaking pip install)
  • Changed pygame GUI's UI events & Text effect IDs to use constants for event types instead of just regular strings. This is more consistent with pygame and should help 'discoverability' in IDEs.
  • Fixed HTML text drawing in Python 3.5.
  • Fixed shadow widths larger than 2 on rectangular shapes.
  • Various other small bug fixes, new warnings and errors discovered through new suite of unit tests.