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.
0.12.1 - 2024-11-13
- Do not process thumbnail for video without video stream
0.12.0 - 2024-11-12
- Do no transcode in resolution higher than one enabled
0.11.0 - 2024-11-04
- Adds a filter by type in available runner jobs
0.10.0 - 2024-10-17
- Add a function to delete temporary video files
0.9.0 - 2024-10-08
- Allow to search the job uuid in the admin
- Fix concurrency when runners accepts the same job
0.8.0 - 2024-09-05
- Add a parameter to the transcode function to specify the source file
0.7.0 - 2024-08-28
- Add renovate configuration
- Add transcription support
0.6.0 - 2023-12-22
- Instantiate a redis manager for socketio
0.5.0 - 2023-12-21
- Download video is now a redirect
- Crash when properties were missing from probe
0.4.0 - 2023-12-14
- Support django 5.0
- Enable logger in socketio server
- Transcoding ended callback also called when transcoding failed
- Division by zero when calculating the average fps
0.3.1 - 2023-11-16
- videos storage does not remove settings
0.3.0 - 2023-11-15
- Add settings options for "videos" storages
0.2.0 - 2023-11-08
- remove the unnecessary dependency "pins"
0.1.0 - 2023-10-30
- Add destination and base_name parameters for transcode function
- refacto download url for peertube runners
- demo app now create files in storage directory
- add django_peertube_runner_connector app
- add basic quality tools + testing suite