Skip to content

v3.1.1

Choose a tag to compare

@brunoleocam brunoleocam released this 23 Mar 16:44
· 9 commits to main since this release

ZPL2PDF v3.1.1

🔧 Changed

  • Release layout: Release automation scripts live under release/scripts/; Linux package sources under scripts/release/packages/ (paths updated in docs and CONTRIBUTING.md).
  • Conversion pipeline: Shared Labelary PDF fallback path in ConversionService for CLI, REST API, TCP server, and daemon queue; internal cleanup of dimension types and daemon PID handling (no reflection).

🛠️ Maintenance

  • Windows installer build: release/scripts/08-build-installer.ps1 — safer post-build cleanup; optional release/scripts/cleanup-installer-output.ps1 for installer/Output.
  • Docker build context: .dockerignore excludes non-essential trees (e.g. tests, docs, release, .cursor) for smaller/faster docker build.


📦 Downloads

Platform File
Windows Installer ZPL2PDF-Setup-3.1.1.exe
Windows x64 ZPL2PDF-v3.1.1-win-x64.zip
Windows x86 ZPL2PDF-v3.1.1-win-x86.zip
Windows ARM64 ZPL2PDF-v3.1.1-win-arm64.zip
Linux x64 ZPL2PDF-v3.1.1-linux-x64.tar.gz
Linux ARM64 ZPL2PDF-v3.1.1-linux-arm64.tar.gz
Linux ARM ZPL2PDF-v3.1.1-linux-arm.tar.gz
macOS Intel ZPL2PDF-v3.1.1-osx-x64.tar.gz
macOS Apple Silicon ZPL2PDF-v3.1.1-osx-arm64.tar.gz

🐳 Docker

docker pull brunoleocam/zpl2pdf:3.1.1
docker pull ghcr.io/brunoleocam/zpl2pdf:3.1.1

📚 Documentation