All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.0 - 2022-08-26
-
Change to use fork of
qrcode
crate. This is to supportimage
crate version 0.24. Thanks to @qm3ster. -
Change to output only 32-bit RGBA image when outputting PNG
-
Change to be able to input the image from stdin
-
Change to read the image from stdin if "-" is specified
0.2.0 - 2022-08-22
-
--verbose
option and--metadata
option. These options are for printing the metadata. -
--foreground
option and--background
option. These options are for changing foreground and background colors.
-
Add more input image formats supported by the
image
crate to--type
option ofdecode
command -
Change to be able to disable decoding from the SVG image
-
Rename
unicode
toterminal
of--type
option ofencode
command