Skip to content

v1.1.0

Latest

Choose a tag to compare

@GOODBOY008 GOODBOY008 released this 05 Jun 04:51

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.md for 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/serve features
  • Conditional Compilationsrc/main.rs and src/lib.rs refactored with #[cfg(feature = "...")] attributes

Full Changelog: v1.0.0...v1.1.0

Full Changelog: v1.0.0...v1.1.0