Skip to content

v5.3.0

Choose a tag to compare

@deajan deajan released this 21 Aug 19:40
· 4 commits to main since this release
e505631

This is mainly a maintenance release with some more error handling and cosmetic fixes.
Thanks to @spyoungtech for allowing me to make this release.

What's Changed

  • Add readthedocs link to README by @DeflateAwning in #61
  • Switch setup.py/.cfg to pyproject.toml, add docs link/readme by @DeflateAwning in #63
  • Change mkdocs site_name from PySimpleGUI to FreeSimpleGUI by @DeflateAwning in #62
  • fix for SUPPRESS_RAISE_KEY_ERRORS isn't honored by @jojoyess in #71
  • Add drop_whitespace parameter to all text based popups by @jamesfowkes in #79
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #66
  • Add delete function to treedata by @deajan in #89
  • Add external TTK themes capabilities by @deajan in #96
  • Add all possible button parameters to lazy button functions by @deajan in #97
  • Make dpi_awareness compatible with Windows 11 by @deajan in #98
  • Fix button size calculation in PopupButton for foreign langs by @deajan in #100
  • Add error handling for scroll region configuration by @deajan in #102
  • Fix exception handling in global PySimpleGUI settings by @doenicke in #94
  • Update demo program count from 200 to 300 by @ShalokShalom in #90
  • fix for echo_stdout_stderr attribute by @jojoyess in #70

New Contributors

Full Changelog: v5.2.0...v5.3.0