- Fixed typos and internal changes to support Py 3 more prominent
- Support for PyQRCode's qrcode.xbm() method which returns the QR Code as XBM image (requires Segno >= 0.2.4).
- Support for python-qrcode data optimization.
- Better test coverage
- Tests against Python 3.6 (tested against PyPy, Py 2.6, 2.7, 3.4, 3.6)
- Added
install_as_qrcode
andinstall_as_pyqrcode
which may be useful if qrcode or PyQRCode is used and should be replaced by Segno without code changes. - Fixed Python packaging.
- Disable automatic error incrementation (Segno >= 0.1.7) (neither PyQRCode nor qrcode support it)
- Adapt Segno's 0.1.6 API changes
- Internal code changes
- qrcode: Image could not be saved in another output format using the "format" or "kind" parameter. Fixed.
- Updated docs
- Removed return statement from
PyQRCode.png()
- Internal code changes
- Renamed (internal) module
segno_mimos.qrcode.img
into_img
to avoid confusion withsegno_mimos.qrcode.image
- Initial release
- Support for PyQRCode 1.2.1 and qrcode 5.3