Features
- Raw binary graphics import:
.zpl/.prnstreams with raw binary^GF/~DYpayloads now parse byte-exact; uncompressed bitmaps decode into editable images and re-export in a text-safe spec form. - Code 128 control characters: control bytes encode via subset invocations, imported invocation sequences become editable control chips, and the interpretation line matches the printed symbol.
Fixes
- Match the Aztec, MicroPDF417, MSI, Code 39, Interleaved 2-of-5 and TLC39 canvas symbols to the printed module layout (printer-measured)
- Derive GS1 field data once for canvas, preflight and print, so the preview can no longer drift from the wire
- Decode
^FNdefaults through the owning field's encoder on import - Keep images in headless MCP exports and probe barcode bounds with the app's measurement kernel instead of default boxes
- List every valid Aztec error-correction domain in the preflight detail
Full Changelog: v0.3.1...v0.3.2