Skip to content

v0.3.2 - 2026-08-04

Choose a tag to compare

@github-actions github-actions released this 03 Aug 23:24
bb704cc

Release Notes

Follow-up to v0.3.1. Four implemented-but-unreachable features wired up, one
wrong number fixed, three over-frequent loops cut. 185 tests, up from 171.

🚀 New

  • Ctrl+S saves the interface to <data>/screenshots/<timestamp>.svg. The
    SVG renderer already existed in tui_tester; the app could not use it.
  • Tyre pressure targets get a third Engineer sub-tab — cold pressures for
    the configured hot target at current air temp and grip, plus per-corner
    adjustment from inner/outer temperature spread. Both calculators were
    implemented in ac_core and called only by tests.
  • Frame and tick timing in the footer, red past 500ms. The renderer and
    the tick thread share a mutex; a stall in either looked identical before.

🛡️ Fixed

  • Best sectors were zeroed by a missing split. The analysis tab took a
    plain minimum over raw sector values, which includes the zeros left by an
    uncaptured split and by the unused third slot of a two-sector track — so one
    such lap pinned that sector to 0.000 and made "Optimal" unreachable by any
    car. Now uses the analyzer's own filtered calculation; a sector with no time
    shows a dash.
  • Config was rewritten on every launch. The save check compared file text
    against a re-serialisation, so indentation or key order triggered a write.
    Now compares values.
  • Mouse capture removed. It was enabled at startup, no mouse event was
    ever handled, and it blocked terminal select-and-copy.
  • Timing readout stays blank until a frame is measured, instead of
    printing 0fps.

⚡ Performance

  • Delta-versus-best series cached instead of resampling two 7200-point traces
    every frame.
  • Setup folders rescanned every 10s instead of twice a second.

ac_tui 0.3.2

Install ac_tui 0.3.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Rgosh/ac-pro-engineer/releases/download/v0.3.2/ac_tui-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Rgosh/ac-pro-engineer/releases/download/v0.3.2/ac_tui-installer.ps1 | iex"

Download ac_tui 0.3.2

File Platform Checksum
ac_tui-x86_64-pc-windows-gnu.zip x64 MinGW checksum
ac_tui-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

shm-bridge 0.3.2

Install shm-bridge 0.3.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Rgosh/ac-pro-engineer/releases/download/v0.3.2/shm-bridge-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Rgosh/ac-pro-engineer/releases/download/v0.3.2/shm-bridge-installer.ps1 | iex"

Download shm-bridge 0.3.2

File Platform Checksum
shm-bridge-x86_64-pc-windows-gnu.zip x64 MinGW checksum