Skip to content

Releases: MarineAppliedResearch/marp-video-player

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 02 Sep 03:23

Installing

JavaScript projects

npm install marp-video-player@v0.4.0

Native hosts (WebView2 and similar)

Download the host archive below and unpack it where the host can
reach it. It contains player.html and the bundle it loads, paired
for this version, plus a VERSION file recording which release it
came from.

Navigate the host to player.html, passing the media as query
parameters. See the README for the full list.

What's Changed

  • Implement a complete audio playback pipeline by @itravers in #14

Full Changelog: v0.3.2...v0.4.0

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 01 Sep 17:12

Installing

JavaScript projects

npm install marp-video-player@v0.3.2

Native hosts (WebView2 and similar)

Download the host archive below and unpack it where the host can
reach it. It contains player.html and the bundle it loads, paired
for this version, plus a VERSION file recording which release it
came from.

Navigate the host to player.html, passing the media as query
parameters. See the README for the full list.

What's Changed

  • Show the spinner as soon as a load starts by @itravers in #12

Full Changelog: v0.3.1...v0.3.2

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 01 Sep 04:24

Installing

JavaScript projects

npm install marp-video-player@v0.3.1

Native hosts (WebView2 and similar)

Download the host archive below and unpack it where the host can
reach it. It contains player.html and the bundle it loads, paired
for this version, plus a VERSION file recording which release it
came from.

Navigate the host to player.html, passing the media as query
parameters. See the README for the full list.

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 01 Sep 02:57

Installing

JavaScript projects

npm install marp-video-player@v0.3.0

Native hosts (WebView2 and similar)

Download the host archive below and unpack it where the host can
reach it. It contains player.html and the bundle it loads, paired
for this version, plus a VERSION file recording which release it
came from.

Navigate the host to player.html, passing the media as query
parameters. See the README for the full list.

Full Changelog: v0.2.1...v0.3.0

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 01 Sep 02:48

Installing

JavaScript projects

npm install marp-video-player@v0.2.1

Native hosts (WebView2 and similar)

Download the host archive below and unpack it where the host can
reach it. It contains player.html and the bundle it loads, paired
for this version, plus a VERSION file recording which release it
came from.

Navigate the host to player.html, passing the media as query
parameters. See the README for the full list.

Full Changelog: v0.2.0...v0.2.1

marp-video-player 0.2.0

Choose a tag to compare

@itravers itravers released this 01 Sep 02:36

First published version.

Installing

JavaScript projects

npm install marp-video-player@0.2.0

Native hosts (WebView2 and similar)

Download marp-video-player-0.2.0-host.zip below. It contains player.html and the bundle that page loads, paired for this version, plus a VERSION file recording where it came from.

Point the host at player.html, passing the media as query parameters. See the README for the full list.

Note on the bundle filename

The bundle is now marp-video-player.standalone.js. Earlier hand-copied builds used marp-video-engine.js; that name is gone. The JavaScript global is still MarpVideoEngine, so host code needs no change.