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.11.6 - 2024-10-29
- 0.11.5 - 2024-09-22
- 0.11.4 - 2024-08-04
- 0.11.3 - 2024-07-22
- 0.11.2 - 2024-07-12
- 0.11.1 - 2024-07-12 [YANKED]
- 0.11.0 - 2024-07-03
- 0.10.13 - 2024-06-29
- 0.10.12 - 2024-06-29 [YANKED]
- 0.10.11 - 2024-06-17
- 0.10.10 - 2024-04-25
- 0.10.9 - 2024-04-18
- 0.10.8 - 2024-04-16
- 0.10.7 - 2024-04-08
- 0.10.6 - 2024-03-17
- 0.10.5 - 2024-02-18
- 0.10.4 - 2024-01-21
- 0.10.3 - 2024-01-18
- 0.10.2 - 2024-01-07
- 0.10.1 - 2023-12-20
- 0.10.0 - 2023-12-17
- 0.9.0 - 2023-12-16
- 0.8.9 - 2023-12-07
- 0.8.8 - 2023-12-05
- 0.8.7 - 2023-12-03
- 0.8.6 - 2023-12-03
- 0.8.5 - 2023-11-29
- 0.8.4 - 2023-11-04
- 0.8.3 - 2023-10-03
- 0.8.2 - 2023-09-30
- 0.8.1 - 2023-09-12
- 0.8.0 - 2023-09-07
- 0.7.5 - 2023-08-09
- 0.7.4 - 2023-08-03
- 0.7.3 - 2023-07-21
- 0.7.2 - 2023-07-18
- 0.7.1 - 2023-07-17
- 0.7.0 - 2023-07-12
- 0.6.2 - 2023-06-12
- 0.6.1 - 2023-05-16
- 0.6.0 - 2023-04-02
- 0.5.1 - 2023-01-30
- 0.5.0 - 2023-01-28
- 0.4.3 - 2022-12-10
- 0.4.2 - 2022-11-24
- 0.4.1 - 2022-11-22
- 0.4.0 - 2022-09-18
- 0.3.3 - 2022-09-06 [YANKED]
- 0.3.2 - 2022-08-28
- 0.3.1 - 2022-08-27
- 0.3.0 - 2022-08-26 [YANKED]
- 0.2.0 - 2022-08-22
- 0.1.0 - 2022-08-18
0.11.6 - 2024-10-29
0.11.5 - 2024-09-22
0.11.3 - 2024-07-22
0.11.1 - 2024-07-12 [YANKED]
0.11.0 - 2024-07-03
Changed
Change
--zopfli
to allow it to take a value. If the value is not specified, it is assumed that 15 is specified. This is the same as before the change (#534)
0.10.13 - 2024-06-29
0.10.12 - 2024-06-29 [YANKED]
0.10.8 - 2024-04-16
0.10.4 - 2024-01-21
Changed
Add description about behavior of
-h
,--help
and--version
in man pages (#360)
0.10.2 - 2024-01-07
Changed
Reduce the target architecture and the archive format for pre-built binaries (#327)
0.10.0 - 2023-12-17
Changed
Change
--size
and--margin
ofencode
command to optional arguments and remove the default values (#311)
0.9.0 - 2023-12-16
0.8.9 - 2023-12-07
0.8.8 - 2023-12-05
0.8.6 - 2023-12-03
Fixed
Fix an issue where the input format is always determined to be SVG, if the input file extension represented SVG (#285)
0.8.5 - 2023-11-29
0.8.0 - 2023-09-07
0.7.5 - 2023-08-09
0.7.4 - 2023-08-03
0.7.3 - 2023-07-21
0.7.1 - 2023-07-17
Added
Add feature to generate Nushell completions (#151)
Add man page for
help
subcommand
0.7.0 - 2023-07-12
0.6.2 - 2023-06-12
0.6.1 - 2023-05-16
0.6.0 - 2023-04-02
0.5.1 - 2023-01-30
0.5.0 - 2023-01-28
0.4.3 - 2022-12-10
0.4.2 - 2022-11-24
0.4.1 - 2022-11-22
0.4.0 - 2022-09-18
0.3.3 - 2022-09-06 [YANKED]
0.3.2 - 2022-08-28
0.3.1 - 2022-08-27
0.3.0 - 2022-08-26 [YANKED]
Changed
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
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 ofdecode
commandChange to be able to disable decoding from the SVG image
Rename
unicode
toterminal
of--type
option ofencode
command