v0.2.8
Performance
- Dashboard widgets that change rarely (previous/fastest lap, track name, fuel pair, tire temps) now skip value re-formatting entirely when the underlying value is unchanged — the steady-state per-frame cost drops to a single comparison. Follows up on v0.2.7's 60 fps main-loop fix; benefits both the Raspberry Pi image and the desktop builds.
Shift lights
- The LED bar pairs now step green → green → orange → red as the shift point approaches (previously all green).
- The rev-limiter alert now flashes red (previously blue).
Housekeeping
- Type annotations modernized to PEP 604 (
X | None/X | Y) across the codebase; unusedtypingimports removed. The vendored delta calculator is unchanged (tracks upstream).
Full Changelog: v0.2.7...v0.2.8