| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to version 0.11.5 * Add Supports oklab() and oklch() for --foreground and - -background - Add completion script
- Update to version 0.11.4
* Read only the first 7,090 bytes of the input data when encoding
* Predict input SVG image based on file contents instead of
filename extension
* Reduce size of ANSI escaped string
- Update to version 0.11.2
* Add support for PIC output format
* Add ASCII string and ANSI escape sequences to the output
format
* Add values for inverting foreground and background colors
when the output format is a string
* Rename terminal to unicode, and making terminal an alias for
unicode
- Update to version 0.11.0
* 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
- Update to version 0.10.13
* Add options to optimize output PNG image
* Change the encode command to return an error if --type is
terminal and the --foreground and/or --background options
specify values other than the default
- Update to version 0.10.11 * Update examples in man pages * Allow input image formats other than PNG to be disabled * Change to remove unnecessary files from the book - Enable cargo test except on s390x (failed on decode_from_open_exr and decode_from_qoi)
- Initial package