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,^RBand^RWround-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
^FRtext 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
^FEprinter 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