• v1.4.1 605994715e

    v1.4.1 Stable

    Ghost released this 2026-03-21 15:37:38 +01:00 | 373 commits to main since this release

    What's Changed

    • perf(docker): add cargo cache mounts and fix WAV chunk sizes for OVMS compatibility (76a34db)
      • Add BuildKit cache mounts for cargo registry/git to avoid re-downloading deps
      • Remove mold linker (marginal gains, adds complexity)
      • Combine build and test in single RUN to share cache mounts
      • Fix WAV chunk sizes when transcoding via pipe (ffmpeg writes 0xFFFFFFFF placeholders)
      • Add fix_wav_chunk_sizes() to patch RIFF/data sizes for strict parsers like Mediapipe
    Downloads