OpenRemap Docs

Release notes

What changed in the recent releases, explained for users — each item links to the docs page that covers it. The complete, technical history lives in the repository: CHANGELOG.md on GitHub.

0.7.6 — 2026-09-06

  • Two new ECU families gained full support: Bosch ME7.9.x (ME7.9.10, Fiat/Alfa/Lancia 1.4 T-Jet + PSA) and Siemens GS20 (BMW automatic gearbox). See the ME7.9.x and GS20 pages.
  • analyze --xref-mode v2 — an opt-in, stricter code-reference mode (a table earns the confirmation bonus only when it is already high-confidence and referenced by code).
  • Fixes to VAG part-number detection across the EDC15/16/17/3.x extractors.
  • Docs: Denso family labels corrected to the real CPUs, and the decoder-coverage picture updated (see Decoders).

0.7.5 — 2026-08-30

  • New routine command — read a code routine as readable pseudo-code, no Ghidra needed.
  • Much wider CPU coverage for the code-reference signal: the decoder census now maps 31 of 38 families, adding Rust decoders for the 8051/MCS-51 and MCS-96 families that had none before (see Decoders).
  • Every family's CPU was audited, so it is clear what is covered and what still needs work.
  • Security: the Rust↔Python bridge (PyO3) was upgraded to close two vulnerability advisories.

0.7.4 — 2026-08-28

  • The documentation release: the wiki and README brought in line with the 0.7.3 decoder work (new Decoders page, MS43 promoted to a full extractor entry, corrected extractor counts).
  • No runtime-code changes.