Skip to content

v0.11.1 - Mission Workbench BugBot Fixes

Choose a tag to compare

@Th0rgal Th0rgal released this 03 May 15:21
· 1585 commits to master since this release
v0.11.1
1266e72

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 RunningMissionInfo object 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.0 and the workbench running-color fix from PR #404.
  • Bumps backend and dashboard package versions to 0.11.1.

Verification

  • cargo check
  • dashboard: bun run build
  • dashboard: bunx playwright test tests/control.spec.ts --reporter=line --workers=1
  • dashboard: bunx playwright test tests/overview.spec.ts:95 --reporter=line --workers=1
  • dashboard: 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