current ---
- Some more Django 1.5 fixes.
- Fix an issue with
Thumbnail.url
not working correctly. - Add the ability to generate retina quality thumbnails in addition to the standard ones (off by default).
- Django 1.5 compatibility.
- Fixed a problem with the
ImageClearableFileInput
widget.
- Added a way to avoid generating thumbnails if they don't exist already (with a signal to deal with them elsewhere).
- Added a
thumbnailer_passive
filter to allow templates to use the non-generating thumbnails functionality when dealing with aliases.
- Changed the exception to catch from 1.0.2 to IOError.
- Catch an OSError exception when trying to get the EXIF data of a touchy image.
- Fix a Django 1.2 backwards incompatibility in
easy_thumbnails.conf
- Introduced a
thumbnail_created
signal.
- Introduction of aliased thumbnails.
- Start of sane versioning numbers.