Releases: manuelbl/SwissQRBill
Releases · manuelbl/SwissQRBill
v3.0.2: Romansh language
- Added Romansh language
v3.0.0: Improved validation messages
- Improved validation messages (breaking backward compatibility)
- Removed trailing NL in QR code text (better standard conformance)
v2.5.4: Minor improvements
- Limit dependency "PDFBox" to 2.* versions (did work for Gradle only)
v2.5.3: Minor Improvements
- Improved QR code display for SVGs on low resolution displays
v2.5.2: Minor Improvements
- Optionally increase left and right margin for better printer compatibility
v2.5.1: Minor Improvements
- Fix version range for dependency (upper limit, better stb compatibility?)
v2.5.0: Minor Improvements
- When parsing QR code text, only the major version is check and the minor version is ignored (according to SIX instructions)
v2.4.3: Minor improvements
- More tolerant date handling for Swico bill information
- New method to create QR reference
- New constructor for PDFCanvas
v2.4.2: Minor improvements
- Revert change regarding leading zeros in QR code text: amounts less than 1.00 are written with a leading zero, e.g. "0.50" (in violation of the specification but de-facto standard – thus better interoperability)
- Improved message for
QRBillValidationError
exception - New static method
QRBill.getLibraryVersion()
to query the library version
v2.4.1: Minor improvements
- Leading zeros are removed from encoded QR code text