You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🔖(minor) bump release to 5.5.0
Added
- Reject transcoding job for video with too high resolution
- Add fields to video to store its size and duration
- Display in admin video duration and size
Changed
- Upgrade to django 5.0
Fixed
- Authorize ended live to initiate a transcription
🔖(minor) bump release to 5.4.0
Changed
- Allow to configure transcoding resolutions
- Upgrade to python 3.12
- Redirect video url instead of streaming it on /transcript-source
🔖(minor) bump release to 5.3.0
Added
- Cleanup transcoding temp files
Changed
- Connect runner to ws pods in tray
Fixed
- Enable join classroom button if username is populated from local storage
- Use domain from lti jwt token when no consumer site used
🔖(minor) bump release to 5.1.0
Added
- Add peertube transcript generation
- Manage feature flags in /api/config endpoint
Changed
- Split websocket and asgi apps in tray
- Remove websocket connection in VOD student dashboard
- Remove useIsFeatureEnabled and use new store useFlags instead
Fixed
- Allow to change username if one is persisted on classroom join
- Webkit e2e tests in CI