Skip to content

Releases: beetlebugorg/mod_dims

Release 3.3.30

13 Aug 12:22
Compare
Choose a tag to compare

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

23 May 22:46
5a46277
Compare
Choose a tag to compare

ISSUES:

  • Add ability to set User-Agent header during image fetch

Release 3.3.28

21 Dec 13:23
e96a524
Compare
Choose a tag to compare

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

27 Sep 13:14
508318b
Compare
Choose a tag to compare

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

03 Sep 15:32
71c76d6
Compare
Choose a tag to compare
  • Fix URL issue

Release 3.3.25

09 Apr 12:47
4e32a5e
Compare
Choose a tag to compare

ISSUES:

  • Imagemagick will hang when setting MagickSetResourceLimit if MagickWandGenesis hasn't been called.

Release 3.3.24

16 Feb 18:26
Compare
Choose a tag to compare

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

18 Jan 22:04
Compare
Choose a tag to compare

FIXES:

  • Signature calculation is incorrect on watermarked images if the length is not 8 bytes.

Release 3.3.22

13 Jan 14:28
ebf910b
Compare
Choose a tag to compare

Fixes

  • Add option to set content-disposition (attachment) header when download=1 query parameter is set

Release 3.3.21

19 Nov 19:05
a1e4aa7
Compare
Choose a tag to compare

Fixes

  • Add option to disable encoding the image url before fetching the image.