All Versions
32
Latest Version
Avg Release Cycle
196 days
Latest Release
1715 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)