Skip to content

v1.3.3

Latest

Choose a tag to compare

@LxveAce LxveAce released this 01 Jul 16:58

Fixed:

  • ESP32-C5 brick fix (critical). The C5's 2nd-stage bootloader offset is 0x2000, not 0x0; the flasher
    had grouped C5 with the 0x0-bootloader chips, so a C5 full-flash wrote the bootloader to the wrong offset
    and bricked the board (ROM-recoverable). Replaced the inline logic with an esptool-faithful
    _bootloader_offset() SSOT helper + a regression test.

Changed:

  • marauder_core.__version__ is now single-sourced from the installed distribution metadata (with a hardcoded fallback for source / frozen builds), so it can't drift from pyproject.toml again.
  • README refreshed for accuracy; added a Status & Roadmap section, a Connect/contact section, and FORWARD-PLAN.md session-handoff notes.
  • Vendored Suicide-Marauder bundle synced to canonical (BootGate no longer telegraphs the locked state; guardcfg partition sizing fix so the gate activates; password-parity hardening; hardware-validated on CYD).

Docs:

  • Added canonical DISCLAIMER.md (authorized lawful use, as-is / no-warranty / no-liability, not legal advice) and linked it from the README.
  • Scrubbed hardcoded local-session paths and personal-identity strings from public docs.