Skip to content

Releases: dchukhin/django_optimized_image

0.3.0

01 Apr 17:07
9d3a772
Compare
Choose a tag to compare

This release includes the following changes:

  • update the image's size attribute after optimizing the image (which allows images to be stored in Google Cloud) (#3 )
  • increases Django version to latest bugfix release (for Django 1.11)

0.2.0

11 Mar 15:47
ac3974d
Compare
Choose a tag to compare

This release includes the following changes:

  • add an optional OPTIMIZED_IMAGE_IGNORE_EXTENSIONS setting for image extensions that should avoid optimization project-wide (#1)
  • increase testing to include python3.7 and Django2.1 (#2)

0.1.0

17 Jan 14:31
Compare
Choose a tag to compare

This release includes the following changes:

  • remove configuration with S3, and allow using a project's default storage
  • added the option to use Pillow for optimization
  • OPTIMIZED_IMAGE_METHOD (now a required setting) setting determines whether to use "tinypng"(TinyPNG) or "pillow"(Pillow) for optimization