Version 0.6.9
Hello!
A new version of Pygame GUI has been released. The main reason is because of the switch over from old Pygame to the new Pygame CE distribution. This forked distribution of pygame is more up to date with developments in SDL and has already allowed this library to improve copy and paste handling and boost drawing performance. I'm hopeful it will eventually enable support of a wider range of languages too.
You can find more information on Pygame CE at its home page: https://pyga.me/ but it is currently a drop in replacement for old pygame so you shouldn't have too much to do to deal with the switch over.
I've also added a couple of minor new features and hopefully squished more bugs than I have created, you can read the full change list below.
What's Changed
- Fixed wrong indentation. by @MyreMylar in #396
- Switch to pygame CE by @MyreMylar in #409
- Update tests to pygame-ce by @MyreMylar in #414
- Remove version check for bug fixed in min supported version by @MyreMylar in #415
- Wrap freetype.Font to make replacement easier by @MyreMylar in #418
- Add display creation to many more tests by @MyreMylar in #419
- Try and fix online API docs generation by @MyreMylar in #420
- Try and fix online API docs generation by @MyreMylar in #421
- Try and fix online API docs generation by @MyreMylar in #422
- Fix clipping for off-screen elements by @MyreMylar in #425
- Try enabling pdf docs by @MyreMylar in #432
- Add 2.2.1 to testing CI by @MyreMylar in #434
- Switch to using scrap for copy and paste post 2.2 pygame CE by @MyreMylar in #424
- Switch to processing text input with TEXTINPUT events by @MyreMylar in #426
- Fiddle with hovering state to stop it falling through held buttons by @MyreMylar in #435
- fix appropriate state name for buttons which have more states by @MyreMylar in #436
- fix button hover/click in containers by @MyreMylar in #437
- Fix hyperlinks not working with text boxes that wrap to height by @MyreMylar in #438
- Unify name for starting height parameter across codebase by @MyreMylar in #439
- Fix a few small issues by @MyreMylar in #442
- Dynamic sizing fixes part 1 by @MyreMylar in #443
- Add dynamic dimension attributes to text box layout by @MyreMylar in #444
- fix dynamic sizing recalculations. by @MyreMylar in #445
- improve handling of disabling/hiding for container elements by @MyreMylar in #446
- improve handling of showing/hiding for more elements by @MyreMylar in #447
- Make prototype using theme files handle fonts better by @MyreMylar in #448
- Expand tool tips to almost every element. by @MyreMylar in #449
Full Changelog: v_068...v_069