Skip to content

LÖVE Potion 3.0.1

Latest
Compare
Choose a tag to compare
@TurtleP TurtleP released this 25 Mar 19:36
· 18 commits to main since this release

What's Changed

  • Fix Various Post-Release Bugs by @TurtleP in #215
  • Fix Joystick:getGamepadAxis on Nintendo 3DS (#223)
  • Fix app suspend not resuming (via swkbd or suspend) on Nintendo 3DS (#220)

Additions

  • Nestlink is no longer required for debugging:
    • Set t.console = true in conf.lua and connect via telnet on Windows or netcat on macOS/Linux
      • Connect via {DEVICE_IP} 8000
    • Other options can be done, simply by connecting via a TCP socket client
    • There is no timeout to connect, so leaving t.console = true without connecting will wait for a connection
      • A timeout can be added if desired, please open an issue for this.

Full Changelog: 3.0...3.0.1

EDIT 2024-06-10

  • Fixed an issue with Shape::setCategory/setMask