Skip to content

Releases: heuer/qrcode-artistic

3.0.0

26 Oct 18:19
Compare
Choose a tag to compare
  • Removed support for Python 2.7
  • Fixed #11
    Providing floats for scale may result into an infinite loop;
    reported by Abe Winter
  • Fixed #5
    Added support for SVG backgrounds iff cairosvg is available;
    suggested by Markus Ueberall
  • Avoid to use deprecated Pillow constants
  • Updated default Python version to 3.11 for test suite,
    added support for PyPy3 to the test suite

2.1.0

10 Sep 19:48
Compare
Choose a tag to compare
  • Deprecated optional “format” keyword, use “kind” for QRCode.to_artistic
  • Support io.BytesIO or a file-like target in QRCode.to_artistic

2.0.1

04 Sep 18:06
Compare
Choose a tag to compare

Fixed #4: QR codes may be blurred if the scaling factor is greater than 3.

2.0.0

19 Aug 20:28
Compare
Choose a tag to compare
  • Renamed segno-pil to qrcode-artistic
  • Fixed #1: Support for background images and animated QR codes.