Added
- Optional Features — CLI (
cli) and HTTP server (serve) are now optional Cargo features, enabling lightweight library builds without clap/axum/tokio/serde dependencies - ZPL Diff Auto-Fix Skill — New
.claude/skills/zpl-diff-auto-fix/SKILL.mdfor automated rendering diff reduction - Font Q and Font S Support — Added ZPL test fixtures for Font Q and Font S with normal and rotated styles
Fixed
- CP850 Encoding — Corrected byte 0xA9 mapping to ® and added mappings for 0xA6–0xAF range
Changed
- Dependency Reduction — clap, axum, tokio, and serde are now optional, feature-gated behind
cli/servefeatures - Conditional Compilation —
src/main.rsandsrc/lib.rsrefactored with#[cfg(feature = "...")]attributes
Full Changelog: v1.0.0...v1.1.0
Full Changelog: v1.0.0...v1.1.0