- Fix classifier
- Fixed transcodes not working
- Converted add multiple views to use generic classes
- Fixed up JS errors on add multiple page
- Upped minimum wagtail version to 6.1
- Converted index view to generic wagtail index view
- Removed hook that added window.chooserURL
- Temporary fix for wt 6+
- Fixed attribute error in admin
- Groundwork for pluggable backends added
- Video width/height now stored against the video model
- Removed enumchoicefield as a requirement (rip)
- Changed wagtail.contrib.modeladmin to wagtail_modeladmin
- Removed references to wagtailadmin/shared/field_as_li.html
- Removed "created in" from wagtail admin
- Upped minimum wagtail version to latest LTS (5.2)
- Fixed bad migration
- Upped min Wagtail version to 4.x
- Added support for limiting video choices based on collection permission
- Added collection dropdown to chooser
- Preliminary django 4 Support
- Default audio codec for mp4 changed to AAC
- Changed default thumbnail generation to match video size
- Added ability to use custom models for Videos + Transcodes
- Added a way to add VTT files to videos and render them
- Added VideoChooserBlock
- Added video summary on admin homepage
- Upped minimum wagtail to 2.4
- Dropped python2
- Updated wagtail dependency to 2.0
- Support remote storage engines, like AWS S3.
- Add support for Django 1.11
- Do not require a new video file when editing existing videos
- Prefer transcodes over the source video
- Support Django 1.9+, Wagtail 1.7+