* Added viewport support to pass viewport max-width/max-height in addition to size * Added support for crop gravity ("crop" now accepts True (fallback to "Center") or a gravity orientation according to the GraphicsMagick documentation)
0.5.0
------------------
* Fix bug when using static: sources in DEBUG=False and not using django-compressor * Drop support for Django <1.8
0.4.1
------------------
* Added support for Django 1.9
0.3.0
------------------
* Added pngquant support * Bugfix for retina / factor2x mode * Improved option passing in templatetag.
0.2.0
------------------
* Added domain support to allow serving of thumbnails from a different domain * Fixed handling of staticfiles when using CachedStaticFilesStorage * Bugfix for path quoting * Added Django 1.8 support