Skip to content

Releases: manuelbl/SwissQRBill

v3.0.2: Romansh language

26 Feb 10:17
Compare
Choose a tag to compare
  • Added Romansh language

v3.0.0: Improved validation messages

28 Dec 19:30
Compare
Choose a tag to compare
  • Improved validation messages (breaking backward compatibility)
  • Removed trailing NL in QR code text (better standard conformance)

v2.5.4: Minor improvements

21 Nov 18:33
Compare
Choose a tag to compare
  • Limit dependency "PDFBox" to 2.* versions (did work for Gradle only)

v2.5.3: Minor Improvements

16 Jul 12:43
Compare
Choose a tag to compare
  • Improved QR code display for SVGs on low resolution displays

v2.5.2: Minor Improvements

26 Apr 21:10
Compare
Choose a tag to compare
  • Optionally increase left and right margin for better printer compatibility

v2.5.1: Minor Improvements

20 Apr 20:08
Compare
Choose a tag to compare
  • Fix version range for dependency (upper limit, better stb compatibility?)

v2.5.0: Minor Improvements

19 Oct 10:38
Compare
Choose a tag to compare
  • 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

21 Jul 18:00
Compare
Choose a tag to compare
  • More tolerant date handling for Swico bill information
  • New method to create QR reference
  • New constructor for PDFCanvas

v2.4.2: Minor improvements

16 Jul 19:50
Compare
Choose a tag to compare
  • 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

15 Jul 17:37
Compare
Choose a tag to compare
  • Leading zeros are removed from encoded QR code text