Releases: cshum/imagor
Releases · cshum/imagor
v1.5.5
v1.5.4
v1.5.2
Introducing vipsgen
This release migrates imagor's libvips integration from manually written bindings to vipsgen - a Go binding generator for libvips. It lays the foundation for future enhancements by providing access to the full libvips API (300+ operations) and ensuring automatic compatibility with libvips updates.
What's Changed
- feat: introducing vipsgen by @cshum in #544
- build: go 1.24.3, update go deps by @cshum in #545
- refactor: vipsgen v0.8.3 by @cshum in #546
Full Changelog: v1.4.17...v1.5.1
v1.4.17
What's Changed
- feature: add sentry integration and update go version in go.mod by @aslamhadi in #510
- build: go 1.24.2, update go deps by @cshum in #536
- build: libvips 8.16.1 by @cshum in #537
- fix: memory leak fix when using multi pages by @cshum in #538
New Contributors
- @aslamhadi made their first contribution in #510
Full Changelog: v1.4.16...v1.4.17
v1.4.16
v1.4.15
v1.4.14
What's Changed
- support vips avif speed by @liudongmiao in #463
- build: libvips 8.15.3, go 1.22.6, update go deps by @cshum in #465
New Contributors
- @liudongmiao made their first contribution in #463
Full Changelog: v1.4.13...v1.4.14
v1.4.13
v1.4.12
v1.4.11
What's Changed
- feat: override response header option for HTTP Loader by @cshum in #417
- fix: override header for processed blob by @cshum in #420
- fix(vips): fix fill(none) for grayscale image by @cshum in #422
- fix(vips): fix label filter for grayscale images by @cshum in #424
Full Changelog: v1.4.10...v1.4.11