Skip to content

ZPLab v0.3.2

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Aug 22:29
· 4 commits to main since this release

Features

  • Raw binary graphics import: .zpl/.prn streams with raw binary ^GF/~DY payloads 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 ^FN defaults 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