Skip to content

Commit

Permalink
Bump version to 1.8.0 for IE-free release
Browse files Browse the repository at this point in the history
Not doing the 2.0 bump yet since internals haven't changed.
Also fixed build to run parallel from npm.
  • Loading branch information
bvibber committed Feb 9, 2021
1 parent 7b5e38a commit 0905e94
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Based around libogg, libvorbis, libtheora, libopus, libvpx, libnestegg and dav1d

## Updates

2.0.0 - 2021-02-??
1.8.0 - 2021-02-09
* Dropping IE support and Flash audio backend
* Updated to stream-file 0.3.0
* Updated to audio-feeder 0.5.0
Expand All @@ -18,9 +18,6 @@ Based around libogg, libvorbis, libtheora, libopus, libvpx, libnestegg and dav1d
* Demo fixed (removed test files that are now offline)
* Builds with emscripten 2.0.13
* Requires latest meson from git pending a fix hitting release
* Work in progress:
* Better plugin API
* MSE streaming APIs

1.7.0 - 2020-09-28
* Builds with emscripten's LLVM upstream backend
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ogv",
"version": "2.0.0",
"version": "1.8.0",
"description": "WebAssembly media player using Ogg/Vorbis/Theora/Opus/WebM libs compiled with Emscripten",
"main": "index.js",
"files": [
Expand All @@ -10,7 +10,7 @@
"dist/"
],
"scripts": {
"prepublish": "make dist",
"prepublish": "make -j4 dist",
"build": "npx webpack --optimize-dedupe",
"lint": "npx eslint src/js",
"test": "make tests && npx static build/tests",
Expand Down

0 comments on commit 0905e94

Please sign in to comment.