0.4.0
Pre-release
Pre-release
What's Changed
- Two HUD transports –
vbs(direct VBS injection) andsvcjcinavi(navigation service injection). Both work without SD card; svcjcinavi allows splicing AAP navigation with OEM speed limit display on HUD. - libpatch-jcisvcnavi.so – LD_PRELOAD merge patch that reconciles AAP and OEM HUD frames, eliminating flicker by combining AAP maneuver/street info with OEM speed cadence while AAP is active.
- libpatch.conf configuration – Both patches read a shared config file to control
touch,hud, andhud_transport(vbs|svcnavi) settings without recompile. - Common library – shared code refactored into
patches/common/(logging, preload helpers, config plumbing, OEM ABI headers). - Packaging switched from
tar.gztozipfor simplicity. - Documentation reorganized: build and installation steps moved to
docs/; README updated with both patch setup and config examples. - Release artifacts now include
libpatch.confsample inresources/. - Android Auto icon mapping restored (checkered flag icon now displays correctly).
New Contributors
- @PingusPepan made their first contribution in #2
Full Changelog: 0.3.0...0.4.0