Skip to content

Commit

Permalink
🔖(beta) bump release to 4.0.0-beta.4
Browse files Browse the repository at this point in the history
Added

- Add a control pane destined to contain widgets for the instructor to
control the live
- Add a widget to modify live title and allow / disallow live recording
- Add a widget to schedule live and modify description
- Add a widget to hide / unhide the chat, for the instructor and for its
students
- Add Markdown document edition (new feature)
- Add a widget to make live publicly available and get the shareable url
- New field deleted_by_cascade on all model inheriting from SafeDeleteModel
  Field added in django-safedelete version 1.2.0
- CLOUDFRONT_SIGNED_PUBLIC_KEY_ID settings is added. It contains the
  public key id created on AWS cloudfront public keys
- Push attendances for students watching a live
- Add a login page to authenticate Marsha users
- Allow live restarting after harvesting

Changed

- Move appairing device component in the widget dashboard
- Use cloudfront key groups to sign urls instead of using root AWS ssh key

Removed

- CLOUDFRONT_ACCESS_KEY_ID settings is removed
  • Loading branch information
lunika committed May 18, 2022
1 parent 74517c4 commit 5dfd0ff
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]

## [4.0.0-beta.4] - 2022-05-17

### Added

- Add a control pane destined to contain widgets for the instructor to
Expand Down Expand Up @@ -1114,7 +1116,8 @@ the video to the ViewersList in the right panel

- Minor fixes and improvements on features and tests

[unreleased]: https://github.com/openfun/marsha/compare/v4.0.0-beta.3...master
[unreleased]: https://github.com/openfun/marsha/compare/v4.0.0-beta.4...master
[4.0.0-beta.4]: https://github.com/openfun/marsha/compare/v4.0.0-beta.3...v4.0.0-beta.4
[4.0.0-beta.3]: https://github.com/openfun/marsha/compare/v4.0.0-beta.2...v4.0.0-beta.3
[4.0.0-beta.2]: https://github.com/openfun/marsha/compare/v4.0.0-beta.1...v4.0.0-beta.2
[4.0.0-beta.1]: https://github.com/openfun/marsha/compare/v3.27.0...v4.0.0-beta.1
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": "4.0.0-beta.3",
"version": "4.0.0-beta.4",
"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": "4.0.0-beta.3",
"version": "4.0.0-beta.4",
"engines": {
"node": "14"
},
Expand Down
2 changes: 1 addition & 1 deletion src/aws/lambda-convert/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": "4.0.0-beta.3",
"version": "4.0.0-beta.4",
"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": "4.0.0-beta.3",
"version": "4.0.0-beta.4",
"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": "4.0.0-beta.3",
"version": "4.0.0-beta.4",
"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": "4.0.0-beta.3",
"version": "4.0.0-beta.4",
"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": "4.0.0-beta.3",
"version": "4.0.0-beta.4",
"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": "4.0.0-beta.3",
"version": "4.0.0-beta.4",
"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 = 4.0.0-beta.3
version = 4.0.0-beta.4
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": "4.0.0-beta.3",
"version": "4.0.0-beta.4",
"description": "🐠 a FUN LTI video provider",
"main": "front/index.tsx",
"scripts": {
Expand Down

0 comments on commit 5dfd0ff

Please sign in to comment.