Changelog

1.3.4 2017.06.06

  • [Bug]: Save color profiles with images

1.3.3 2015.12.26

  • [Bug]: Fixed Celery task defination.

1.3.2 2015.12.22

  • [Bug]: Removed extranious print debugging.

1.3.0 2015.11.08

  • [Feature]: Added support for Python 3.5 and Django 1.7, 1.8.
  • [Feature]: Added support for Celery.
  • [Feature]: Remove support for PQ (it isn’t being maintained).
  • [Support]: Changed to use Docker for development.

1.2.0 2014.04.07

  • [Feature] #16: Support Django 1.7 (experimental).
  • [Bug] #15: Make compatible with height_field and width_field.
  • [Support] #13: Add testing for 3rd party transformation support.
  • [Support] #19: Change to use Releases for changelog.

1.1.1 2014.01.27

  • [Bug]: Fix height/width order. Before they were reversed and broken.

1.1.0 2014.01.14

  • [Feature]: Deletion of destination field when no source exists or transformation fails.
  • [Feature]: Require Pillow.
  • [Support]: Fixed spelling for caller setting.
  • [Support]: Display progress for management command.

1.0.5 2013.09.04

  • [Bug]: Check if destination field exists before deleting.

1.0.2 2013.08.31

  • [Bug]: Fixed adding management command directory

1.0.1 2013.08.31

  • [Bug]: Added management directory to packages so that Django finds command

1.0.0 2013.08.23

  • [Feature]: Added option to django-rq
  • [Support]: Use py.test for testing.
  • [Support]: Added Sphinx docs.

0.2.7 2013.06.06

  • [Bug]: Save only filename and not whole path for transformed images.

0.2.6 2013.06.06

  • [Bug]: Use .count() for management command instead of len()

0.2.5 2013.06.04

  • [Bug]: Fixed retransform with no fields.

0.2.3 2013.06.04

  • [Bug]: Add all packages so that Django finds management command

0.2.2 2013.06.04

  • [Bug]: Zip safe on setup.py so Django finds management command.

0.2.0 2013.05.29

  • [Feature]: Support uploading of non-image files.
  • [Feature]: Save image with higher quality.
  • [Feature]: Save image as progressive.
  • [Feature] #20: Don’t save image with optimize either, because encoutner error.
  • [Support]: Fixed Readme formatting.
  • [Support]: Added requirement for at least Django 1.5.
  • [Support]: Added instructions to add to INSTALLED_APPS.
  • [Support]: Reasons why to use library added to readme.

0.1.9 2013.05.29

  • [Bug]: Don’t save image as progressive, because encounters error.

0.1.8 2013.05.29

  • [Bug]: Convert image to JPEG colorspace.

0.1.7 2013.05.29

  • [Bug]: Addressed force_update error.
  • [Bug]: Transform post save.

0.1.6 2013.05.29

  • [Bug]: Moved error handling to transform function.

0.1.5 2013.04.18

  • [Bug]: Make sure image exists before trying to delete it.

0.1.0 2013.03.19

  • [Feature]: Basic functionality.