Skip to content

Releases: constantgillet/pixtimize

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 18 Aug 22:07
6f70f41

0.1.5 (2026-08-18)

Bug Fixes

  • crop cover-fit instead of stretching portrait images (#25) (c76dec8)

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 06 Aug 09:24
0d9e4d4

0.1.4 (2026-08-06)

Features

  • align cache defaults with ImageKit (#23) (5f16a47)

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 06 Aug 08:43
de11368

0.1.3 (2026-08-06)

Performance Improvements

  • use libvips thumbnail for shrink-on-load (#21) (9bb780e)

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 06 Aug 08:13
4fb458c

0.1.2 (2026-08-06)

Performance Improvements

  • coalesce concurrent transform builds (#19) (e1ccdc1)

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 05 Aug 22:04
2e50d7c

0.1.1 (2026-08-05)

Features

  • enforce ImageKit-compatible max size limits (#7) (f2ef4a3)
  • serve HEAD cache hits without downloading bodies (#8) (8012d61)

Bug Fixes

  • bump pinned Rust version to 1.90.0 (#6) (19ea093)
  • encode via libvips suffix options for version safety (#15) (d3ed69b)
  • nixpacks: drop nixLibs to avoid glibc/vdso crash (#12) (7f54f39)
  • nixpacks: install libvips via apt and expose it to pkg-config (4094162)
  • nixpacks: install libvips via apt and expose it to pkg-config (#10) (635184e)
  • nixpacks: patchelf binary to use system linker for apt libs (#14) (1e73fb3)
  • nixpacks: remove LD_LIBRARY_PATH override that breaks nix bash (#13) (80100f8)
  • nixpacks: ship libvips/glib shared libs at runtime (#11) (80c4bfd)

Performance Improvements

  • replace image/webp pipeline with libvips (#9) (6d156bb)