Skip to content

2.0.1

Compare
Choose a tag to compare
@mbenadda mbenadda released this 22 Jan 16:41
· 4169 commits to master since this release

Fixed

  • Fix database migration that was removing the resource_id field a bit too fast and replace it by just a data migration ensuring backward compatibility
  • Hide the timed text track pane from the dashboard

Also includes 2.0.0

[Release deleted because of broken DB migrations]

Added

  • Refactor LTI to include video UUID in the launch url. The new endpoint is of the form /lti/videos/<uuid>
  • Write an actual README.md file
  • Add renovate.json to follow frontend dependencies
  • Add a link to the dashboard on the instructor view
  • Add a TimedText pane to let users manage tracks in Dashboard
  • Allow resource deletion in the resourceById reducer

Fixed

  • Rework the video dashboard to make it more compact
  • Fix and improve Typescript types