Releases: beetlebugorg/mod_dims
Releases · beetlebugorg/mod_dims
Release 3.3.20
FIXES:
- Fix issue that causes extra padding when cropping some GIF images
Release 3.3.19
FIXES:
- Fixed issue caused by
' '
being encoded as'+'
in the?url=
parameter. This specifically happened when a DIMS URL with a space in it is shared with Facebook. This issue broke the signature calculation since the source calculated the url with a' '
but dims was calculating it with a'+'
. - Improved error message when a key mismatch occurs
Release 3.3.18
FIXES:
- Ensure the status code from a failed origin image fetch is passed through
- Fix encoding issue with crop command (some user agents encode + as %20)
Release 3.3.17
IMPROVEMENTS:
- Expand relative URIs to fully qualified URLs when the local file does not exist.
Release 3.3.16
FIXES:
- Fix segfault when source image is empty
Release 3.3.15
FIXES:
- Fix memory leaks when checking image type
- Fix quality setting when converting to JPG
Release 3.3.14
FIXES:
- Image data was not being properly freed after downloading.
Release 3.3.13
Fix issues with GIF watermarking
Release 3.3.12
Implements watermark feature.