Skip to content

v1.6.0

Compare
Choose a tag to compare
@hajimehoshi hajimehoshi released this 03 Feb 14:57
· 7327 commits to main since this release

Issues for 1.6.0

  • Add new packages
    • audio/mp3 - MP3 decoding
    • text - Text rendering
  • New APIs
    • SetFullscreen - Make the screen fullscreen
    • IsFullscreen
    • SetRunnableInBackground - Make the game run even when the window is not active
    • IsRunnableInBackground
    • InputChars - Detect input text instead of keys
    • GamepadIDs - Get the current gamepad IDs
    • DeviceScaleFactor - Get the device scale factor, that is more than 1 on high-DPI displays
  • Deprecate APIs
    • SetCursorVisibility - Use SetCursorVisible instead
    • (*ColorM).Monochrome - Use ChangeHSV(0, 0, 1) instead
  • Bug fix
  • Speed optimization