Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 04:07
1ed7957

0.2.0 (2026-08-17)

Features

  • add boot_failed field to the Emulator base class (cfc3ab8)
  • add disc-swap contract to the emulator base class (61d3c4e)
  • gate the room comms surface on the session multiplayer flag and add invite links (9934ccd)
  • generalize PCSX2's deferred-load thread into a boot watchdog (b556428)
  • prefer m3u playlists on retroarch disc platforms (2c8dcd9)
  • retroarch: link core assets so the ppsspp core can boot (976b1f3)
  • room: move track capture/presentation onto a worker-based pipeline (3281f6e)
  • serve swap-disc on the webstation broker (f9db17e)
  • surface PCSX2 boot-failure detection on GET /api/session/status (bd109ab)
  • swap discs on a running retroarch core (85e8f5c)
  • track the retroarch playlist and mounted disc index (1621d41)
  • xemu: add XEMU_SOFTWARE_GL to force CPU rendering for xemu alone (658d0b4)
  • xemu: pin fullscreen on startup alongside the renderer (b9565e6)

Bug Fixes

  • guard against a dead or superseded core committing a disc swap (bb13df3)
  • lock disc swaps against each other and the deferred resume load (f8022ad)
  • match xemu save directories on the disk's own case (1caf2c8)
  • pin the retroarch joypad driver to linuxraw so selkies pads register (37ad1be)
  • reap orphaned emulators on broker start and let an exit skip the state save (5244955)
  • retroarch: drop the inline platform table shadowing the json one (8160d6f)
  • retroarch: link ppsspp assets where the core actually reads them (16ee9e0)
  • run the startup reap on the app that is actually served (c30e2ca)
  • treat resume slot 0 as a resume request, not as no request (b8536c0)
  • xemu: pin the renderer to OpenGL before each launch (c1f6f73)

Documentation

  • trim unsupported emulator references from the readme (13c7aea)