Skip to content

Releases: beetlebugorg/mod_dims

Release 3.3.20

30 Jul 17:45
c280dca
Compare
Choose a tag to compare

FIXES:

  • Fix issue that causes extra padding when cropping some GIF images

Release 3.3.19

28 May 16:13
Compare
Choose a tag to compare

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

11 Nov 22:20
8fc94a3
Compare
Choose a tag to compare

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

01 Nov 17:29
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Expand relative URIs to fully qualified URLs when the local file does not exist.

Release 3.3.16

21 Sep 14:18
Compare
Choose a tag to compare

FIXES:

  • Fix segfault when source image is empty

Release 3.3.15

14 Aug 15:25
Compare
Choose a tag to compare

FIXES:

  • Fix memory leaks when checking image type
  • Fix quality setting when converting to JPG

Release 3.3.14

25 Jun 13:44
Compare
Choose a tag to compare

FIXES:

  • Image data was not being properly freed after downloading.

Release 3.3.13

13 Jun 15:09
98e0855
Compare
Choose a tag to compare

Fix issues with GIF watermarking

Release 3.3.12

11 May 20:02
5b5248e
Compare
Choose a tag to compare

Implements watermark feature.