Skip to content

Release 1.0.8

Compare
Choose a tag to compare
@sdushantha sdushantha released this 06 Feb 18:25
· 41 commits to master since this release

Changelog

  • Error messages are now sent to sys.stderr instead of sys.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 and Pillow as dependencies in order to create the image of the QR code. [54d0b02, 8fb55fc]