DisplaySync

Web dashboard release notes

Per-version notes for the web dashboard at app.displaysync.live.

How to read entries

The web dashboard ships continuously — most weeks include multiple deploys. Rather than tagging every deploy, release notes are grouped weekly with a summary of what changed.

Each weekly entry calls out:

FieldWhat it tells you
Date rangeThe week the changes shipped to production
HighlightsThe 1-3 most-noticeable changes for an existing user
Bug fixesTargeted fixes worth knowing about
Internal changesBackend or infrastructure work that affects dashboard behavior even if the UI didn't change visibly

Breaking changes are rare and are always called out separately at the top of the affected entry.

How updates reach you

The dashboard is a Next.js app deployed to Fly.io, served behind Cloudflare. There's no install or update step on your end — when you next refresh the dashboard, you get whatever's currently in production.

Push to main deploys staging automatically; production is a manual workflow_dispatch from the GitHub Actions UI. Active dashboard sessions pick up the new version on next page navigation, and WebSocket connections reconnect through any deploy seamlessly.

What lives here vs. elsewhere

TopicLives at
Dashboard UI changesThis page
Backend API changes(Combined with dashboard for now — separate page if/when a public API ships)
Mobile app changesMobile app release notes
Desktop sign changesDesktop sign release notes

Browser support

The dashboard officially supports the last two major versions of each evergreen browser:

  • Chrome / Edge (Chromium-based)
  • Firefox
  • Safari (macOS and iOS)

Internet Explorer is unsupported. Older browsers may work but aren't tested.

Releases

Weekly release notes will be published here as they accumulate.

If a recent change is causing trouble, mention it in your support request and we can correlate to the deploy timeline.

See also