Skip to content

Latest commit

 

History

History
68 lines (41 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

68 lines (41 loc) · 1.67 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.

1.0.0 - 2021-01-03

Added

  • support for django-storages, @lifenautjoe & @bashu
  • add signals for encoding

Changed

  • remove deprecation warnings

Removed

  • dropped support for python 2.7 and 3.5
  • dropped support for Django <2.2

0.4.0 - 2018-12-04

Changed

  • 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

Fixed

  • add missing migration

0.3.0 2018-11-16

Added

  • Example for Form usage

Changed

  • 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

Added

  • Support for django 1.11 and 2.0 (Thanks @goranpavlovic)

0.1.0 -2017-04-24

  • Initial release