Releases: openfun/marsha
Releases · openfun/marsha
v3.9.0
Added
- Detect original video framerate and use it in lambda encode
- Limit video encoding resolution to that of the source
v3.8.1
Fixed
- Move video title in object.definition property in xapi statement
v3.8.0
Added
- Video title in xapi statement
Changed
- Replace
random
with secrets
to generate random strings
Fixed
- Remove
assert
statements and prepare codebase for activation of bandit
linter
v3.7.1
Fixed
- Referer can match ALLOWED_HOSTS as a valid passport domain name
v3.7.0
Added
- Use subtitles as transcript when no transcript has been uploaded
- Register xapi statements in a logger
v3.6.0
Added
- Allow defining playlist portability to a precise list of other playlists
v3.5.1
Fixed
- update @openfun/subsrt to 1.0.4 to get a bug fix.
v3.5.0
Added
- Allow to change video quality while using ABR
v3.4.0
Changed
- Upgrade to Django 3
- Upgrade to python 3.8
- Set SECURE_REFERRER_POLICY setting to same-origin
Fixed
- Force thumbnail to be displayed while the video is not played
v3.3.0
Added
- New setting MAINTENANCE_MODE to disable the dashboard when Marsha is
in maintenance
Changed
- Upgrade django-storages to 1.8 and remove the workaround introduced in
marsha 2.8.1 to ensure compatibility with ManifestStaticFilesStorage.
Security
- Regenerate frontend yarn lockfile to get new version of vulnerable package
serialize-javascript
.