This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
Releases: ThaUnknown/webtorrent-player
Releases · ThaUnknown/webtorrent-player
v1.3.1
- fixed an issue where external subtitle files wouldn't get parsed correctly
- improved casting quality
- fixed an issue where normal casting without transcoding wouldn't work
- fixed an issue where very large embedded fonts wouldn't get parsed
- fixed an issue where subtitles wouldn't render correctly on retina displays
- improved subtitle rendering reliability when video is stalled
v1.3.0
- added full chromecast support [possibly other casts that support WRTC]
- full subtitle support on chromecast, even with streaming [when burn-in is enabled]
- support for codecs which chromecast doesn't natively support [when burn-in is enabled]
- fixed an issue where burn-in wouldn't be initiated properly if launched within the first few seconds of a video
- fixed an issue where burn-in wouldn't gracefully clean-up when changing played video
v1.2.5
- fixed errored streams leaking and spamming console
v1.2.4
- fixed memory leak where piped streams would not get destroyed
v1.2.3
- fixed large memory usage due to excessive caching
- fixed mediasession support
- now using process-fast for a small performance gain
v1.2.2
- fixed worker registration if multiple service workers were present
- re-fixed units typo
- improved GC
- improved font parsing
- fixed thumbnail generation when a worker was still being registered
- fixed PIP burn-in
v1.2.1
- fixed long standing file subtitle metadata parsing issue on poorly seeded files, which caused subtitles to not be parsed at all
- added an option to pass destroyStoreOnDestroy to webtorrent,
destroyStore
which will remove all torrent data if the torrent/instance is destroyed
v1.2.0
- now using event emitter events instead of custom event callbacks
v1.1.1
- included a bundle file
- added webpack config [I want to use ESBuild but I can't get it to work]
- added npm config
- fixed a lot of issues
- included my own version of SubtitlesOctopus [subtitle renderer], with much better performance
- started using hybrid-chunk-store for better performance and compatibility
The lib is now importable via npm, and includes the full bundle and dependencies in 1 file [except WASM ;-;]
Initial release
First stable, finished release \o/