Version 0.6.2
Version 0.6.2
Another smallish release, with some bug fixes and a new type of element - the UIStatusBar by @ConquerProgramming1.
There should be a new example in the examples project demonstrating the new status bar
Bug Fixes & Other Changes
- Fix bug with UITextLine background - Should now remain the background colour when clicked on.
- Fix bug with UISlider changed event - They weren't generating on a single arrow button click.
- Added fallback characters for hidden text int text entry line - Some fonts don't have the circle character.
- Added support for py.typed - Thanks to @ChrisChou-freeman for mentioning this (there are still lots of mypy typing errors to fix)
- Made K_KP_ENTER key behave the same as K_RETURN for UITextEntryLine - Thanks to @Jamieakuma on the discord.
- New theming option for the text cursor in the UITextLine - No more hardcoded white, now you can match it to your UI theme a lot easier.
- Add a 'pixel_size' option to the html subset font tag - so you can set the font size directly.
Further thanks & Pull Requests
Lots of hard work from @ConquerProgramming1 in this release! Thanks for all the help everyone.
- New UIStatusBar element - Thanks to @ConquerProgramming1, see (pull #246)
- Fixed typos in Russian localization - Thanks to @SophieSilver, see (pull #241)
- Fixes to UIManager docs - Thanks again to @ConquerProgramming1, see (pull #240)
- Change UIManager process_events() to return True if it uses the event - Thanks once more to @ConquerProgramming1, see (pull #239)