• v10.29 8149360410

    Fix SAA DMI parser to match real DMI.txt format

    mchus released this 2026-06-18 15:58:02 +03:00 | 129 commits to main since this release

    Replace the guessed pipe/key=value parser with the correct format
    documented in SAA User Guide 4.8.1:

    [Section]
    Item Name {SHN} = "value" // comment

    Handles string values (strips surrounding quotes), non-string values
    (UUID, hex), section headers for display names, version line, and
    // comments. Verified against the SAA 1.5.0 User Guide sample.

    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

    Downloads