Skip to content

pygame 2.5.1 - 🦋 more delicious, and equal amounts of weird 🍄

Compare
Choose a tag to compare
@notpygame notpygame released this 14 Aug 10:11

This is a bug fix release.

Some libSDL related bug fixes

  • Fixed occasionally failing to open the clipboard on Windows
  • Fixed crash at shutdown when using the D3D11 renderer
  • Fixed setting the viewport when using the D3D12 renderer
  • Fixed crash using SDL event functions before initializing SDL on Windows
  • Fixed Xbox controller trigger motion events on Windows
  • Fixed Xbox controller rumble in the background on Windows
  • Added the hint SDL_HINT_JOYSTICK_WGI to control whether to use Windows.Gaming.Input for controllers
  • Fixed 8BitDo gamepad mapping when in XInput mode on Linux
  • Fixed controller lockup initializing some unofficial PS4 replica controllers
  • Fixed video initialization on headless Linux systems using VNC
  • Fixed large mouse jump when changing relative mouse mode on macOS
  • Fixed hardware keyboard text input on iPadOS
  • Added support for the Nintendo Online Famicom controllers
  • Improved support for third-party Nintendo Switch controllers
  • Fixed setting the player LED on Nintendo Switch controllers
  • Added Linux controller mapping for the Logitech Chillstream
  • Fixed appending to a file greater than 4GB in size on Windows

What's Changed

New Contributors