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:
| Field | What it tells you |
|---|---|
| Date range | The week the changes shipped to production |
| Highlights | The 1-3 most-noticeable changes for an existing user |
| Bug fixes | Targeted fixes worth knowing about |
| Internal changes | Backend 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
| Topic | Lives at |
|---|---|
| Dashboard UI changes | This page |
| Backend API changes | (Combined with dashboard for now — separate page if/when a public API ships) |
| Mobile app changes | Mobile app release notes |
| Desktop sign changes | Desktop 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
- Desktop sign release notes
- Mobile app release notes
- Dashboard tour — the current state of the UI