Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 1.62 KB

CHANGELOG.adoc

File metadata and controls

60 lines (40 loc) · 1.62 KB

Changelog

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

Added

  • Add aliases to --error-correction-level and --symbol-version of encode command

Changed

  • Change to use fork of qrcode crate. This is to support image 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

Removed

  • Remove short option from --mode of encode command

Fixed

  • Remove unnecessary newline when decoding

0.2.0 - 2022-08-22

Added

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

Changed

  • Add more input image formats supported by the image crate to --type option of decode command

  • Change to be able to disable decoding from the SVG image

  • Rename unicode to terminal of --type option of encode command

0.1.0 - 2022-08-18

Added

  • Initial release