Changelog History
Page 1
-
v7.3.1 Changes
October 01, 2021- ๐ Improvements for embeded image.
-
v7.3 Changes
August 19, 2021- Skip color mask if QR is black and white
-
v7.2 Changes
July 19, 2021โ Add Styled PIL image factory, allowing different color masks and shapes in QR codes
๐ Small performance inprovement
โ Add check for border size parameter
-
v7.1 Changes
July 01, 2021โ Add --ascii parameter to command line interface allowing to output ascii when stdout is piped
โ Add --output parameter to command line interface to specify output file
Accept RGB tuples in fill_color and back_color
โ Add to_string method to SVG images
๐ Replace inline styles with SVG attributes to avoid CSP issues
โ Add Python3.10 to supported versions
-
v7.0 Changes
June 29, 2021- โฌ๏ธ Drop Python < 3.6 support.
-
v6.1 Changes
January 14, 2019๐ Fix short chunks of data not being optimized to the correct mode.
โ Tests fixed for Python 3
-
v6.0 Changes
March 23, 2018๐ Fix optimize length being ignored in
QRCode.add_data
.๐ Better calculation of the best mask pattern and related optimizations. Big thanks to cryptogun!
-
v5.3 Changes
May 18, 2016๐ Fix incomplete block table for QR version 15. Thanks Rodrigo Queiro for the report and Jacob Welsh for the investigation and fix.
Avoid unnecessary dependency for non MS platforms, thanks to Noah Vesely.
๐ Make
BaseImage.get_image()
actually work.
-
v5.2.2 Changes
January 25, 2016- โช Revert some terminal changes from 5.2 that broke Python 3's real life tty code generation and introduce a better way from Jacob Welsh.
-
v5.2.1 Changes
January 25, 2016- โ Small fix to terminal output in Python 3 (and fix tests)