Skip to content

Commit

Permalink
Bump version to 0.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcus92 committed Oct 30, 2024
1 parent 776861b commit c5156f3
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 75 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If you know a movie or show that is using the cropping feature, please let me kn
## Requirements

This library requires the following web features:
- [Web Worker API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API)
- [Web Worker API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API) *(optional sine 0.6.0)*
- [OffscreenCanvas](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas) *(optional sine 0.5.0)*
- If available rendering is done inside the web-worker. If `transferControlToOffscreen` isn't supported a fallback
is used where the subtitles are renderer on the main thread.
Expand Down
176 changes: 103 additions & 73 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libpgs",
"version": "0.6.0",
"version": "0.7.0",
"author": "David Schulte",
"license": "MIT",
"description": "Renderer for graphical subtitles (PGS) in the browser. ",
Expand Down

0 comments on commit c5156f3

Please sign in to comment.