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, 2014Speed 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 theqr
script rather thanprint_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, 2013Made 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.