Skip to content

Commit

Permalink
🔖(minor) bump release to 3.26.0
Browse files Browse the repository at this point in the history
Added

- Add video and document downloading xAPI events
- Video model add a `starting_at` field and the notion is_scheduled
- Add email in JWT token
- Add liveRegistration model to save registrations to scheduled events
- Add DRF read and create liveRegistration endpoints
- Allow DRF list action for liveRegistration endpoint
- Use existing username in jitsi if defined

Changed

- Redirect participant to the player once jitsi conference left
- Redirect instructor to the waiting jitsi page once conference left
- Only a webinar using jitsi can be created
- Hide timed text pane when video is not a VOD
- On app load instructor is redirected to the dashboard when the video
  is a live

Fixed

- Implement useTranscriptTimeSelector with videojs

Removed

- IE11 is no longer supported
- JITSI_ENABLED feature flag
  • Loading branch information
lunika committed Oct 22, 2021
1 parent 3a51ddc commit cb047de
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 11 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [3.26.0] - 2021-10-22

### Added

- Add video and document downloading xAPI events
Expand Down Expand Up @@ -915,7 +917,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).

- Minor fixes and improvements on features and tests

[unreleased]: https://github.com/openfun/marsha/compare/v3.25.0...master
[unreleased]: https://github.com/openfun/marsha/compare/v3.26.0...master
[3.26.0]: https://github.com/openfun/marsha/compare/v3.25.0...v3.26.0
[3.25.0]: https://github.com/openfun/marsha/compare/v3.24.1...v3.25.0
[3.24.1]: https://github.com/openfun/marsha/compare/v3.24.0...v3.24.1
[3.24.0]: https://github.com/openfun/marsha/compare/v3.23.0...v3.24.0
Expand Down
2 changes: 1 addition & 1 deletion src/aws/lambda-complete/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-complete",
"version": "3.25.0",
"version": "3.26.0",
"engines": {
"node": "14"
},
Expand Down
2 changes: 1 addition & 1 deletion src/aws/lambda-configure/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-configure",
"version": "3.25.0",
"version": "3.26.0",
"engines": {
"node": "14"
},
Expand Down
2 changes: 1 addition & 1 deletion src/aws/lambda-elemental-routing/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-elemental-routing",
"version": "3.25.0",
"version": "3.26.0",
"engines": {
"node": "14"
},
Expand Down
2 changes: 1 addition & 1 deletion src/aws/lambda-encode/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-convert",
"version": "3.25.0",
"version": "3.26.0",
"engines": {
"node": "14"
},
Expand Down
2 changes: 1 addition & 1 deletion src/aws/lambda-medialive/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-medialive",
"version": "3.25.0",
"version": "3.26.0",
"engines": {
"node": "14"
},
Expand Down
2 changes: 1 addition & 1 deletion src/aws/lambda-mediapackage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-mediapackage",
"version": "3.25.0",
"version": "3.26.0",
"engines": {
"node": "14"
},
Expand Down
2 changes: 1 addition & 1 deletion src/aws/lambda-migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-migrate",
"version": "3.25.0",
"version": "3.26.0",
"engines": {
"node": "14"
},
Expand Down
2 changes: 1 addition & 1 deletion src/aws/utils/update-state/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-update-state",
"version": "3.25.0",
"version": "3.26.0",
"engines": {
"node": "14"
},
Expand Down
2 changes: 1 addition & 1 deletion src/backend/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = marsha
description = A FUN video provider for Open edX
version = 3.25.0
version = 3.26.0
author = Open FUN (France Universite Numerique)
author_email = [email protected]
license = MIT
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marsha",
"version": "3.25.0",
"version": "3.26.0",
"description": "🐠 a FUN LTI video provider",
"main": "front/index.tsx",
"scripts": {
Expand Down

0 comments on commit cb047de

Please sign in to comment.