- Unreleased due to packing problems
- 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
- Deprecated optional "format" keyword, use "kind" for
QRCode.to_artistic
- Support
io.BytesIO
or a file-like target inQRCode.to_artistic
- Fixed #4: QR codes may be blurred if the scaling factor is greater than 3.
- Renamed segno-pil to qrcode-artistic
- Fixed #1: Support for background images and animated QR codes.
- Support for multiple module colors
- Support for Segno's API >= 1.0.0
- API breaking changes:
- Changed parameter "color" to "dark" and "background" to "light" to match Segno's API
- Removed "mode" parameter
- Fixed Python packaging
- Adapt Segno's 0.1.6 API changes.
- Updated docs
- Initial release