Skip to content

Releases: raccoongang/xblock-video

v0.9.0

11 Jul 20:04
Compare
Choose a tag to compare

Added

  • Direct transcripts streaming from 3PlayMedia service.
    Now Video Xblock will always use up-to-date transcripts from 3PM.

Changed

  • UI: Transcripts settings section now split into two panels.
    To make more apparent how different options are related and which
    transcripts are going to be diplayed.
    • "Manual & default transcripts"
    • "3PlayMedia transcripts"

v0.8.0

03 Jul 10:23
Compare
Choose a tag to compare

Added

  • Vimeo: default transcripts fetching.

Changed

  • Use new 3PlayMedia API to fetch transcripts translations.
  • Increase test coverage. Which means better stability.

Fixed

  • A bug preventing setting Video Platform API key. E.g. BC_TOKEN for Brightcove.
  • Transcripts collision bug, which prevented teachers from replacing
    transcript for a given language.

v0.7.1

18 May 11:18
Compare
Choose a tag to compare

Added

  • Pass some debugging information to the front end.

v0.7.0

17 May 20:19
Compare
Choose a tag to compare

Added

  • XBlock SDK Workbench scenarios to simplify development.
  • Acceptance tests on top of XBlock SDK Workbench.
  • Usage documentation.

Removed

  • Removed TravisCI integration.

v0.6.6

03 May 22:23
Compare
Choose a tag to compare

Changed

  • Make transcripts help hint more helpful.

v0.6.5

21 Apr 18:36
Compare
Choose a tag to compare

Added

  • Bundle VideoJS fonts into Video XBlock.

v0.6.4

14 Apr 14:08
Compare
Choose a tag to compare

Changed

  • Improve video player controls look&feel.
  • Make subtitles responsive.

Fixed

  • Fetching subtitles from 3PlayMedia.

v0.6.3

30 Mar 15:21
Compare
Choose a tag to compare

Changed

  • Extend Brightcove url regex to include additional set of video urls.
    Now it supports both:
    • https://studio.brightcove.com/products/videos/<media-id>
    • https://studio.brightcove.com/products/videocloud/media/videos/<media-id>
  • Restructure JavaScript codebase.

v0.6.2

28 Mar 13:18
Compare
Choose a tag to compare

Changed

  • Update videojs-wistia external JS dependency.

v0.6.1

27 Mar 14:32
Compare
Choose a tag to compare

Changed

  • Simplify VideoXBlock installation by bundling JS/CSS dependencies into
    static/vendor subdirectory.