Releases: ppizarror/pygame-menu
Releases · ppizarror/pygame-menu
pygame-menu-ce v4.5.4
25 Apr 05:01
Compare
Sorry, something went wrong.
No results found
pygame-menu v4.5.4
25 Apr 04:58
Compare
Sorry, something went wrong.
No results found
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 and 3.7 support (for good security reasons ).
Full Changelog : 4.5.2...4.5.4
pygame-menu-ce v4.5.2
24 Mar 02:55
Compare
Sorry, something went wrong.
No results found
Merge pull request #494 from ppizarror/master
Fix implicit return
pygame-menu v4.5.2
24 Mar 02:51
Compare
Sorry, something went wrong.
No results found
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.
pygame-menu v4.5.1
23 Dec 14:59
Compare
Sorry, something went wrong.
No results found
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 .
pygame-menu v4.5.0
21 Dec 02:30
Compare
Sorry, something went wrong.
No results found
Added wordwrap to buttons, #488 .
Enhanced documentation/typing.
pygame-menu v4.4.8
25 Oct 19:02
Compare
Sorry, something went wrong.
No results found
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.
pygame-menu v4.4.7
21 Oct 14:32
Compare
Sorry, something went wrong.
No results found
Added a warning when paste raises an exception, #485 .
Improve continue/return on if braching.
pygame-menu v4.4.5
21 Oct 00:30
Compare
Sorry, something went wrong.
No results found
Code improvements. Refactor.
Enables Python 3.11 and 3.12 support.
Fix CTRL KMOD checks for TextInput widget, #487 .
pygame-menu v4.4.4
13 Oct 22:39
Compare
Sorry, something went wrong.
No results found
Fix documentation & several types.
Fix user warning for equal title font color, #473 .
Fix for submenus to be subclasses of pygame.Menu, #486 .