You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix self-host/Cloudflare update card always showing; show version in dashboard (#1204)
The self-host and Cloudflare builds baked a placeholder VITE_APP_VERSION
(0.0.0-selfhost / 0.0.0-cloudflare), so the update check always compared as
"behind" and the card showed even on the latest version. Bake the real release
version from the CLI package the same way apps/local does. Also surface the
running version in the multiplayer shell sidebar footer so self-hosters can see
what they are on. Adds a regression e2e: current build -> no card + version shown.
Fix the self-host and Cloudflare web dashboards showing "update available" even on the latest version. The builds baked a placeholder version (`0.0.0-selfhost` / `0.0.0-cloudflare`) into the shell, so the update check always compared as behind. They now bake the real release version, and the sidebar footer shows the running version so you can see what you are on.
0 commit comments