Package Release Info

qrtool-0.11.5-bp160.1.14

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

qrtool

Change Logs

* Sun Sep 22 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to version 0.11.5
  * Add Supports oklab() and oklch() for --foreground and
  - -background
- Add completion script
* Sun Aug 04 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- 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
* Fri Jul 12 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- 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
* Wed Jul 03 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- 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
* Sat Jun 29 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- 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
* Thu Jun 27 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- 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)
* Mon Dec 25 2023 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Initial package