Version 0.6.6
Just a quick bug fix release. We are also dropping active support for Python 3.6 as GitHub test runners have stopped supporting it making it very hard to test it it regularly.
Thanks to all our contributors!
What's Changed
- Make sure effect ids are copied when splitting chunks by @MyreMylar in #347
- Start version 0.6.6 by @MyreMylar in #348
- Try 3.11 on test runners to see if it is available by @MyreMylar in #351
- fix typo in UI Layers guide by @bluefish2020 in #353
- Fix default values in button theming docs by @MyreMylar in #355
- Default UIPanel starting_layer_height to 1 by @rbaltrusch in #357
- Added parameter "allowed_suffixes" parameter to UIFileDialog by @JokeUrSelf in #352
- Add pytest-benchmark to test dependency doc by @rbaltrusch in #359
- Drop support for Python 3.6 as GitHub no longer supports it by @MyreMylar in #366
- alter docs: add Polish language by @marcinbarylka in #367
- Fix bug in append text for text box by @MyreMylar in #365
New Contributors
- @bluefish2020 made their first contribution in #353
- @rbaltrusch made their first contribution in #357
- @JokeUrSelf made their first contribution in #352
Full Changelog: v_065...v_066