Release 1.0.8
Changelog
- Error messages are now sent to
sys.stderr
instead ofsys.stdout
. [165b712] - Previously after running a command, all newlines were removed but the intent was to remove the trailing newline character. Therefore
.rstrip()
is now being used instead to remove the trailing newlines (\n
)and carriage returns (\r
). [1cc6ba2] - Added
image
andPillow
as dependencies in order to create the image of the QR code. [54d0b02, 8fb55fc]