All Versions
32
Latest Version
Avg Release Cycle
196 days
Latest Release
1302 days ago

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)