Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Releases: ThaUnknown/webtorrent-player

v1.3.1

22 Aug 22:41
Compare
Choose a tag to compare
  • 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

18 Aug 22:18
Compare
Choose a tag to compare
  • 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

15 Aug 22:42
Compare
Choose a tag to compare
  • fixed errored streams leaking and spamming console

v1.2.4

08 Aug 21:10
Compare
Choose a tag to compare
  • fixed memory leak where piped streams would not get destroyed

v1.2.3

08 Aug 20:42
Compare
Choose a tag to compare
  • fixed large memory usage due to excessive caching
  • fixed mediasession support
  • now using process-fast for a small performance gain

v1.2.2

04 Aug 15:02
Compare
Choose a tag to compare
  • 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

02 Aug 18:13
Compare
Choose a tag to compare
  • 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

01 Aug 15:50
Compare
Choose a tag to compare
  • now using event emitter events instead of custom event callbacks

v1.1.1

28 Jul 14:03
Compare
Choose a tag to compare
  • 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

15 May 23:42
Compare
Choose a tag to compare

First stable, finished release \o/