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.
1.0.0 - 2021-01-03
- support for django-storages, @lifenautjoe & @bashu
- add signals for encoding
- remove deprecation warnings
- dropped support for python
2.7
and3.5
- dropped support for Django
<2.2
0.4.0 - 2018-12-04
- An
InvalidTimeError
is raise, when a thumbnail could not be generated- This can happens if the chosen time is too close to the end of the video or if the video is shorter.
0.3.1 - 2018-11-16
- add missing migration
0.3.0 2018-11-16
- Example for Form usage
- Switched to poetry for dependency management and packaging
- Support for Python 3.7
- Support for Django 2.1
- Dropped Support for Django <1.11
0.2.0 - 2018-01-21
- Support for django 1.11 and 2.0 (Thanks @goranpavlovic)
0.1.0 -2017-04-24
- Initial release