Skip to content

pygame 2.5.2 - 馃 yet another bug fix release馃崉

Latest
Compare
Choose a tag to compare
@notpygame notpygame released this 18 Sep 00:23

Ye olde bug fix release. Yee haw!

Find an issue? https://github.com/pygame/pygame/issues

Some libSDL related bug fixes

  • Added a gamepad mapping for the G-Shark GS-GP702
  • Fixed touchpad events for the Razer Wolverine V2 Pro in PS5 mode
  • Fixed getting key events from TV remotes on Android
  • Updated to Android minSdkVersion 19 and targetSdkVersion 34 to meet Google Play Store requirements

What's Changed

  • Fix white bar in docs by @MarcellPerger1 in #3986
  • manylinux: Fix sdl version typo by @illume in #3987
  • include: rect: C API docs for Rect by @illume in #3990
  • draw: Fix arc width > 1 so it doesn't have gaps by @illume in #3991
  • setup: tox: Add 31 and 32 to list of pythons by @illume in #3994
  • docs: c_api/rect: Fix return code for pgRect_Check by @illume in #3996
  • setup: src_c: Require Cython to generate source files in dev by @illume in #3995
  • Added import information in camera and sdl2 controller modules docs by @AsaadAreeb in #4001
  • Fix: Grammatical Error in MoveIt.rst by @Jay7221 in #4002
  • examples: Fix music_drop_fade with type checker by @illume in #4003
  • stubs: Add pygame.version to type stubs by @illume in #4004
  • gitignore: Add cython generated files to ignore list by @illume in #4005
  • examples/midi: Refactor to fix typing issues by @illume in #4006
  • display set_mode: Remove SDL_WINDOW_FULLSCREEN_DESKTOP by @illume in #4007
  • buildconfig/manylinux: Bump SDL 2.28.3 by @illume in #4008
  • docs: Fix READMEs with a good Sphinx version by @illume in #4010
  • buildconfig: Bump SDL 2.28.3 for windows by @illume in #4009
  • buildconfig manylinux: Bump libwebp to 1.3.2 by @illume in #4011

New Contributors