Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 650 Bytes

CHANGES.rst

File metadata and controls

32 lines (19 loc) · 650 Bytes

Change log

Version 2.3.1

  • Encode unicode to utf-8 bytestrings when adding data to a QRCode.

Version 2.3

  • When adding data, auto-select the more efficient encoding methods for numbers and alphanumeric data (KANJI still not supported).

Version 2.2

  • 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

Version 2.1

  • 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.