v1.1.0
1.1.0 (2026-03-26)
✨ Features ✨
- Add IBAN Mod-97 checksum validation to shared warning utility (50105c4)
- Add import warnings for IBAN, BIC, missing contacts and references (59cac3b)
- backend: Add DB migration and model support for new invoice fields (7be5c1f)
- backend: Add new optional fields to invoice validator (86a664b)
- backend: Add XML import preview API endpoint (d9c6e3e)
- backend: Add XML import service with UBL 2.1 and CII parser (c1032bd)
- backend: Emit note, delivery date, references and prepaid in XRechnung XML (5a95134)
- Expand unit codes to cover all common UN/ECE Rec 20 codes (b1608fb)
- frontend: Add note, delivery date, references and prepaid to invoice form (ffcb6f0)
- frontend: Add XML import page with drag-and-drop and preview (f502c3d)
- Live-updating invoice warnings (e6343b1)
- shared: Add invoice note, delivery date, order/contract reference and prepaid fields (062574a)
🐞 Bug fixes 🐞
- backend: Relax validation for imported invoices (c4bede5)
- frontend: Fix LinesSection layout, dividers, and dropdown arrow clipping (2c917af)
- frontend: Show translated unit labels in import preview, show all table rows in PDF canvas (cf2d8c3)
- frontend: Use configured date format in import preview (3e7f409)
- Remove ZUGFeRD references from XML import UI (30ae926)
🚧 CI changes 🚧
🗎 Documentation 🗎
👌 Test cases 👌
- Add comprehensive tests for XML import service and API (79b157f)
🐳 Docker Images
| Tag | Pull command |
|---|---|
latest |
docker pull tiehfood/xpferd:latest |
1.1.0 |
docker pull tiehfood/xpferd:1.1.0 |
Multi-arch images are available for
linux/amd64andlinux/arm64.