- Added ``set_sound_volume`` to ``Sound`` class, 492. JaskRendix - Added ``is_at_bottom()`` and ``is_at_top()`` to provide ``ScrollBar`` widget ways to check the slider's position, 493. JaskRendix - Fixed non-consistent return values for render.
4.5.1
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.