pygame 2.4.0 - ๐โฝ
notpygame
released this
07 May 14:56
·
360 commits
to ba65dfc4379bf61d965c62593c4fd28daabaac83
since this release
๐ข๐๐ก๐ ๐๐ฅฟ๐ฅฟ๐ฅพ๐ฅพ๐ฉฐ๐ก๐ก๐ฅฟ๐๐๐๐ฉฐ๐ ๐ข๐๐ฅฟ๐ฅพ๐ข๐ ๐ ๐ฉฐ
๐ ๐ python3 -m pip install pygame==2.4.0
๐๐ก๐ฅฟ๐๐ฅพ๐ก๐ฉฐ๐ฉฐ๐ฅพ๐ฉฐ๐ ๐ข๐ข๐๐ ๐ฅพ๐๐ก๐ข๐๐ฅฟ๐ฅฟ๐๐ ๐ฅฟ๐
If you notice any issues, please contribute a report here: https://github.com/pygame/pygame/issues
New SDL 2.26.x โฝ
As well as a number of bug fixes, this version includes a new version of SDL, which includes a number of improvements in areas like vsync, game controller support, audio quality, and IME text input support.
The release notes for the SDL 2.26.x series has more information
- https://github.com/libsdl-org/SDL/releases/tag/release-2.26.0
- https://github.com/libsdl-org/SDL/releases/tag/release-2.26.1
- https://github.com/libsdl-org/SDL/releases/tag/release-2.26.2
- https://github.com/libsdl-org/SDL/releases/tag/release-2.26.3
- https://github.com/libsdl-org/SDL/releases/tag/release-2.26.4
- https://github.com/libsdl-org/SDL/releases/tag/release-2.26.5
What's Changed
- 2.3.0 -> 2.4.0.dev1 by @illume in #3760
- Fix docs for
cursors.Cursor.copy()
by @MarcellPerger1 in #3762 - base: Remove pygame_parachute by @illume in #3768
- mouse mouse_get_rel: Fix for SCALED by @illume in #3769
- github: Remove unused files by @illume in #3771
- buildconfig: SDL 2.26.4 by @illume in #3770
- sysfont: Fix sysfont on macos on failure of fc-list by @illume in #3772
- 2.4.0.dev2 by @illume in #3774
- manylinux: Add libxml, wayland, wayland-protocol dependencies by @illume in #3775
- fixed self.pos of move method in GameObject in Moving Multiple Images by @saif-11bit in #3783
- docs: Add Spanish version of MoveIt.rst by @stefpivser in #3810
- docs: Add Spanish version of SpriteIntro.rst by @stefpivser in #3811
- docs: Add Spanish version of SurfarrayIntro.rst by @stefpivser in #3812
- docs: Add Spanish version of tom_games2.rst by @stefpivser in #3813
- docs: Add Spanish version of tom_games3.rst by @stefpivser in #3814
- docs: Add Spanish version of tom_games4.rst by @stefpivser in #3815
- docs: Add Spanish version of tom_games5.rst by @stefpivser in #3816
- docs: Add Spanish version of tom_games6.rst by @stefpivser in #3817
- docs: Add Spanish translation of newbieguide.rst by @stefpivser in #3808
- docs: Add Spanish version of CameraIntro.rst by @stefpivser in #3809
- Add documentation for DualShock 5 by @Aashutosh-922 in #3797
- Fix the signature of midi.get_device_info by @SpeedyOrc-C in #3807
- Fix some docs warnings by @illume in #3825
- base: Document some of the things by @illume in #3826
- Replaced dict with weakset in Sprites groups by @theRealProHacker in #3766
- Weak sprites, part 2 by @illume in #3827
- draw.circle: Fixes when center is -x, and bounding rect by @illume in #3779
New Contributors
- @saif-11bit made their first contribution in #3783
- @Aashutosh-922 made their first contribution in #3797
- @SpeedyOrc-C made their first contribution in #3807
- @theRealProHacker made their first contribution in #3766