This is the 100ᵗʰ release! 7 years of developing and increasing 🥳.
- Added ``ut.configure_alpha(state)`` to globally enable/disable alpha while creating surfaces, 470, 484. - Added ``render`` to all widget transformation functions. - Enhance documentation. - Fix ``Label``/``Button`` word wrap if the widget is within Frames, 488.
4.5.0
- Added ``wordwrap`` to buttons, 488. - Enhanced documentation/typing.
4.4.8
- Add a new Menu constructor property ``remember_selection`` to remember selections when traversing the hierarchy. This fixes 471. - Fixed Menu class check on add link, fixing 482. - Improve continue/return on if braching. - Improve tests. - Remove unused variables.
4.4.7
- Added a warning when paste raises an exception, 485. - Improve continue/return on if braching.
4.4.5
- Code improvements. Refactor. - Enables Python 3.11 and 3.12 support. - Fix CTRL KMOD checks for ``TextInput`` widget, 487.
4.4.4
- Fix documentation & several types. - Fix user warning for equal title font color, 473. - Fix for submenus to be subclasses of pygame.Menu, 486.