- Encode unicode to utf-8 bytestrings when adding data to a QRCode.
- When adding data, auto-select the more efficient encoding methods for numbers and alphanumeric data (KANJI still not supported).
- Fixed tty output to work on both white and black backgrounds.
- Added border parameter to allow customizing of the number of boxes used to create the border of the QR code
- Added a
qr
script which can be used to output a qr code to the tty using background colors, or to a file via a pipe.