All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
3.0.0 - 2020-10-30
- Support remote storage, thanks to @jsutlovic
- BREAKING: use jsonfield as field base as jsonfield2 is deprecated
2.1.0 - 2018-12-24
- Add django 2.2 and python 3.8 to tox
- Allow newer versions of pillow
2.0.0 - 2018-12-24
- BREAKING: use jsonfield2 as field base
- extract exif if file changed or exif information is missing
1.1.0 - 2018-12-04
- change logging of exif denormalization to warning
- fix
update_exif
withcommit=True
1.0.0 2018-09-26
- ability to extract exif from files which are not stored to the storage
- poetry as build tool