Skip to content

v1.5.0

Latest

Choose a tag to compare

@joshstoik1 joshstoik1 released this 28 May 22:20

Changed

  • Bump open to 5.3.5
  • Bump utc2k to 0.20
  • JPEG XL improvements
    • Add support for specialized JPEG -> JXL conversion
    • Improve lossy conversion quality/compression
    • Iterate over "quality" instead of "distance" (more intelligible)
  • Build .deb with cargo-auditable support
  • Invert "compression ratio" calculation so that lower is better (more intelligible)
  • Miscellaneous code cleanup and lints

---

Warning

The attached .deb package requires an x86-64-v3-capable CPU. If you're unsure what your system supports, you can run:

ld.so --help | grep '\-v[0-9]'
#  x86-64-v4
#  x86-64-v3 (supported, searched)
#  x86-64-v2 (supported, searched)