pip install pygame-gui --upgrade
Hello!
Sadly, I've personally not had that much time to work on improvements to the library this autumn thanks to a promotion at work taking up lots of my energy. However, we've gathered a bunch of contributions from the lovely community since the summer, and I did fix some of the bugs reported - so I figured it was time to get them out to all of you.
I also discovered (thanks to an issue report) that the library was used in an App by @quasar098 that went viral on TikTok in the past year. So, we are, sort of, three degrees of separation away from being TikTok famous here.
Thanks to everyone who contributed! There is a full change list below
What's Changed
- Crash Fix - focusing text box adds/removes scrollbar by @MyreMylar in #634
- Fix #610 by not hiding if not visible by @rbaltrusch in #630
- Fix disabled UITextBox no hover cursor #604 by @rbaltrusch in #629
- More accurately check that a row of text ends with a single space by @MyreMylar in #635
- handle null font ressources cases by @pmp-p in #638
- Allow the user to specify a scaling function (UIImage) by @joereynolds in #642
- Accept themes with American spelling of color by @oddron in #640
- Bump version and add testing for python 3.13 by @MyreMylar in #645
- Try to fix text entry new line bug by @MyreMylar in #646
- Add option to disable hiding/showing contained elements of containers by @MyreMylar in #647
- Add better option to disable hiding/showing contained elements of containers by @MyreMylar in #648
- Fix panel margins by @MyreMylar in #649
- Fix event handling order of unlayered elements by @MyreMylar in #650
- Disable file path handling nuance test on non-windows by @MyreMylar in #651
- Minor fixes to sliders & scrollbars to make it easier to have custom image arrow buttons by @MyreMylar in #652
- Fixes to horiz text alignment by @MyreMylar in #653
- Improvements to text line by @MyreMylar in #654
- Fixing hyperlinks after mousewheel by @MyreMylar in #655
- Fix: Replace 'relative_rect' with 'rel_rect' in UILabel.init by @gbbofh in #656
- Add test 'border_overlap' theming to somewhat control overlapping of shapes and their borders by @MyreMylar in #660
New Contributors
- @pmp-p made their first contribution in #638
- @joereynolds made their first contribution in #642
- @oddron made their first contribution in #640
- @gbbofh made their first contribution in #656
Full Changelog: v_0612...v_0613