v0.11.1 - Mission Workbench BugBot Fixes
v0.11.1 highlights
Patch release for the Mission Workbench and Needs You inbox rollout.
Changes
- Aligns Mission Workbench running-state rendering with the header's effective running-state logic instead of treating any
RunningMissionInfoobject as running. - Keeps running missions indigo in the workbench, while stale/finished running records fall back to the stored mission status.
- Preserves the Needs You inbox total-count fix from
v0.11.0and the workbench running-color fix from PR #404. - Bumps backend and dashboard package versions to
0.11.1.
Verification
cargo checkdashboard: bun run builddashboard: bunx playwright test tests/control.spec.ts --reporter=line --workers=1dashboard: bunx playwright test tests/overview.spec.ts:95 --reporter=line --workers=1dashboard: bun run test:unit -- src/lib/mission-status.test.ts- Targeted ESLint passed with existing warnings only.
Full changelog: v0.11.0...v0.11.1