Skip to content

Latest commit

 

History

History
executable file
·
67 lines (38 loc) · 1.59 KB

CHANGELOG.md

File metadata and controls

executable file
·
67 lines (38 loc) · 1.59 KB

Changelog

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

Added

  • Support remote storage, thanks to @jsutlovic

Changed

  • BREAKING: use jsonfield as field base as jsonfield2 is deprecated

2.1.0 - 2018-12-24

Added

  • Add django 2.2 and python 3.8 to tox
  • Allow newer versions of pillow

2.0.0 - 2018-12-24

Changed

Fixed

  • extract exif if file changed or exif information is missing

1.1.0 - 2018-12-04

Changed

  • change logging of exif denormalization to warning

[1.0.1] - 2018-11-11

Fixed

  • fix update_exif with commit=True

1.0.0 2018-09-26

Added

  • ability to extract exif from files which are not stored to the storage

Changed

  • poetry as build tool

0.1 - 2018-03-29