Redesigned screen details page, and a breaking API change for CA certificates

The screen detail page (Screens > a screen) has been redesigned with a clearer tab structure: Overview, Details, Settings, Now Playing, and Actions. The same device health, signal strength, location, HDMI settings, and playlist information is all still there, just better organized than the single long page it replaces.

Improvements

  • The sign-in page no longer depends on a live network fetch to render, and we made a security improvement to the page along the way. No visible change to how it looks.
  • Applied security updates to third-party dependencies across several of our services.

API change

The CA certificate download endpoint now returns the certificate as JSON ({"certificate": ...}) instead of a downloadable file, and a missing CA now returns a proper 404. If you have an integration that downloads this certificate directly, you’ll need to update it to parse the new response format.