Skip to content

Now Showing v2.3.1

Choose a tag to compare

@rusty4444 rusty4444 released this 18 May 23:39

What's new in 2.3.1

Fixed

  • SSE endpoint crashReferenceError: req is not defined on every /api/events
    connection. The parameter _req was referenced as req in the close handler,
    causing Express to return a 500 error after writing the initial :ok heartbeat.
    This caused the kiosk to show :ok on a black screen. (closes #104)
  • Server version mismatchpackage.json was stuck at 2.1.6 since the pre-v2.2.0
    era. The add-on store reported 2.3.0 but the server claimed v2.1.6 in boot logs,
    /api, and /healthz. Both now correctly report 2.3.1.