Skip to content

ZPLab v0.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Aug 00:44
· 1 commit to main since this release

Features

  • Editable ZPL source: the code panel below the canvas is a full editor, and applying an edit leaves every object you did not touch byte-exact. (suggested by @jogibear9988, #375)
  • Calibrated device fonts: Font 0 and the resident fonts A-H match the printed glyphs across the full Latin-1 range, in every rotation.
  • Printer-impact warnings: before sending, the output panel names the commands that reconfigure the printer (^JU, ^ST) or fire an action (~JA, ~JC).
  • RFID transponder setup: ^RS, ^RB and ^RW round-trip as label configuration, with a settings tab and a canvas guide for the transponder position.

Fixes

  • Load custom fonts in the desktop build, where the upload failed with "Could not load font file" (reported by @ectoby, #391)
  • Render ^FR text over a filled box solid instead of hollow on WebKit (reported by @ectoby, #356)
  • Match the Code 49 symbol height to the printed stack (printer-measured)
  • Render the EAN/UPC guard zone independently of the interpretation line
  • Attribute the ^FE printer list to the spec instead of claiming exclusivity
  • Keep the settings reset button's height stable while it is armed

Full Changelog: v0.3.2...v0.4.0