Releases: ppizarror/pygame-menu
Releases · ppizarror/pygame-menu
pygame-menu-ce v4.5.4
Full Changelog: 4.5.2-ce...4.5.4-ce
pygame-menu v4.5.4
- Added PDF/epub documentation downloads, #495.
- Fix joy down/left/right last update.
- Fix non-consistent returns.
- Improve typing and documentation.
- Removed Python
3.6
and3.7
support (for good security reasons).
Full Changelog: 4.5.2...4.5.4
pygame-menu-ce v4.5.2
Merge pull request #494 from ppizarror/master Fix implicit return
pygame-menu v4.5.2
- Added
set_sound_volume
toSound
class, #492. @JaskRendix - Added
is_at_bottom()
andis_at_top()
to provideScrollBar
widget ways to check the slider's position, #493. @JaskRendix - Fixed non-consistent return values for render.
pygame-menu v4.5.1
This is the 100ᵗʰ release! 7 years of developing and increasing 🥳.
pygame-menu v4.5.0
- Added
wordwrap
to buttons, #488. - Enhanced documentation/typing.
pygame-menu v4.4.8
pygame-menu v4.4.7
- Added a warning when paste raises an exception, #485.
- Improve continue/return on if braching.
pygame-menu v4.4.5
- Code improvements. Refactor.
- Enables Python 3.11 and 3.12 support.
- Fix CTRL KMOD checks for
TextInput
widget, #487.