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

Changelog History
Page 2

  • v5.2 Changes

    January 25, 2016
    • βž• Add --error-correction option to qr script.

    • πŸ›  Fix script piping to stdout in Python 3 and reading non-UTF-8 characters in Python 3.

    • πŸ›  Fix script piping in Windows.

    • βž• Add some useful behind-the-curtain methods for tinkerers.

    • πŸ›  Fix terminal output when using Python 2.6

    • πŸ›  Fix terminal output to display correctly on MS command line.

  • v5.1 Changes

    October 22, 2014
    • 🏁 Make qr script work in Windows. Thanks Ionel Cristian MΔƒrieΘ™

    • πŸ›  Fixed print_ascii function in Python 3.

    • Out-of-bounds code version numbers are handled more consistently with a ValueError.

    • βœ… Much better test coverage (now only officially supporting Python 2.6+)

  • v5.0.1 Changes

    June 17, 2014
    • ⚑️ Update version numbers correctly.
  • v5.0 Changes

    June 17, 2014
    • Speed optimizations.

    • πŸ”„ Change the output when using the qr script to use ASCII rather than just colors, better using the terminal real estate.

    • πŸ›  Fix a bug in passing bytecode data directly when in Python 3.

    • Substation speed optimizations to best-fit algorithm (thanks Jacob Welsh!).

    • 0️⃣ Introduce a print_ascii method and use it as the default for the qr script rather than print_tty.

  • v4.0.4 Changes

    October 29, 2013
    • πŸš‘ Bad version number for previous hotfix release.
  • v4.0.3 Changes

    • πŸ›  Fix bad QR code generation due to the regex comma fix in version 4.0.2.
  • v4.0.2 Changes

    • πŸ›  Fix incorrect regex causing a comma to be considered part of the alphanumeric set.

    • Switch to using setuptools for setup.py.

  • v4.0.1 Changes

    • πŸ›  Fix the pymaging backend not able to save the image to a buffer. Thanks ilj!
  • v4.0 Changes

    September 04, 2013
    • Made qrcode work on Python 2.4 - Thanks tcely. Note: officially, qrcode only supports 2.5+.

    • πŸ‘Œ Support pure-python PNG generation (via pymaging) for Python 2.6+ -- thanks Adam Wisniewski!

    • 0️⃣ SVG image generation now supports alternate sizing (the default box size of 10 == 1mm per rectangle).

    • SVG path image generation allows cleaner SVG output by combining all QR rects into a single path. Thank you, Viktor StΓ­skala.

    • βž• Added some extra simple SVG factories that fill the background white.

  • v3.1.1 Changes

    • ⚑️ Update change log to contain version 3.1 changes. :P

    • ⚑️ Give the qr script an --optimize argument to control the chunk optimization setting.