Releases: beetlebugorg/mod_dims
Releases · beetlebugorg/mod_dims
Release 3.3.30
CHANGES:
- Improve HTTP error response codes when the request failed and serving a "no image" image
- Add support for AES/GCM/NoPadding decryption of eurl parameter
Release 3.3.29
ISSUES:
- Add ability to set User-Agent header during image fetch
Release 3.3.28
ISSUES:
- Fix null image data handling
- Fix double slash in default image prefix handling
- Allow mod_dims to be compiled with a non-system libcurl
Release 3.3.27
ISSUES:
- Fix exception handling in crop operations
IMPROVEMENTS:
- Improved Dockerfile (includes custom build Imagemagick, libwebp, and libtiff)
- Added devcontainer support for Visual Studio Code
- Added DimsDefaultImagePrefix configuration
Release 3.3.26
- Fix URL issue
Release 3.3.25
ISSUES:
- Imagemagick will hang when setting MagickSetResourceLimit if MagickWandGenesis hasn't been called.
Release 3.3.24
ISSUES:
- Fix issue with SVGs when they don't have an xml header
IMPROVEMENTS:
- Add ability to set a default image format
Release 3.3.23
FIXES:
- Signature calculation is incorrect on watermarked images if the length is not 8 bytes.
Release 3.3.22
Fixes
- Add option to set content-disposition (attachment) header when
download=1
query parameter is set
Release 3.3.21
Fixes
- Add option to disable encoding the image url before fetching the image.