Skip to content

TRACE v0.2.2

Choose a tag to compare

@aosasona aosasona released this 23 Aug 02:46
· 34 commits to master since this release
v0.2.2
2a21e32

Fixed

  • Prevent transient Assetto Corsa shared-memory resets from creating dozens of blank session records.
  • Defer durable session creation until telemetry arrives and discard zero-lap fragments.
  • Clean up existing empty session shells safely on application startup.
  • Show the packaged application version in the footer instead of the stale V0.1.0 label.
  • Render track-map braking zones as an opaque muted-red stroke so they remain clearly visible.
  • Satisfy the full-workspace Clippy policy by keeping active telemetry persistence state compact.

Build pipeline

  • Cache Rust compilation with sccache, Cargo registry data, and pnpm dependencies.
  • Warm the exact Windows release profile on trusted master builds so tagged releases can reuse it.

The Windows executables are built and attached automatically by the release workflow.