Skip to content

Releases: Andrews54757/FastStream

FastStream V1.3.27(.1) for Chrome and Firefox

10 Sep 06:01
Compare
Choose a tag to compare

New Features

  • Subtitle text is now selectable #234

Bug Fixes

  • Fixed issue where Youtube client wasn't actually set to IOS client, causing breakage for some users.
  • Fixed muted audio when video delay option was used with default resolution settings
  • Fixed issues with miniplayer and windowed fullscreen not working on some websites.
  • Fixed downloads failing from within sandboxed iframes on Firefox

New translations

  • Added Italian translations, many thanks to @CommandLeo

Hotfix V1.3.27.2 for Firefox

  • Fixes download not working when using containers

FastStream V1.3.26 for Chrome and Firefox

05 Sep 18:20
Compare
Choose a tag to compare

Bug fixes

  • Fixed save button not triggering the proper alerts/prompts within sandboxed iframes.
  • Fixed auto enable URLs not working on new tabs in Firefox.
  • Made subtitle parser more flexible so it should work with semi-broken files now.
  • Removed uncloseable error popup, replaced it with a better error report system.

Other

  • All alerts, prompts, etc... are now replaced with a new internal alert system using SweetAlert2
  • Upgraded the voice activity detector to Silero VAD v5
  • Cleaned up assets and reduced zip file size to under 3.5 MB

FastStream V1.3.25 for Chrome and Firefox

31 Aug 19:25
Compare
Choose a tag to compare

Another emergency patch! I fixed an old bug and that inadvertently created a new bug with legacy audio profiles, causing #228, #229 . Users could fix the issue by removing their audio profiles, but thats too much work so here is another release! Also enjoy the following new feature.

New Features

  • Added video delay option for Bluetooth headphone users to adjust the timings between audio/video. Note that this feature is still in experimental and may have bugs.

Bugfixes

  • Fixed incorrect legacy audio profile migration causing errors.

FastStream V1.3.24 for Chrome and Firefox

31 Aug 03:20
Compare
Choose a tag to compare

Youtube has changed their API again prompting this emergency release. RIP Web client. FastStream has gone back to the IOS client for now. In the meantime, please also enjoy some new features.

New Features

  • Added ability to add exclusion URLs in the auto-enable URLs options box. Use a ! character at the start to designate them as being exclusionary.

Fixes

  • Youtube client is back to IOS mode due to their shenanigans on the web client.
  • Fixed next video button not working for some websites
  • Failed fullscreen doesn't fall back to windowed fullscreen anymore due to confusion

FastStream V1.3.23 for Chrome and Firefox

30 Aug 01:00
Compare
Choose a tag to compare

New Features

  • Added previous/next video buttons!
  • Autoplay next video option now works for other websites!
  • Subtitle searcher will now remember input values in a session. It will also now auto-fill season and episode numbers if found.

Fixes

  • The extension now ignores youtube live streams correctly.
  • Fixed incorrect resolution icon algorithm
  • Fixed youtube save cancelling

FastStream V1.3.22 for Chrome and Firefox

25 Aug 03:33
Compare
Choose a tag to compare

New Features

  • Left toolbar buttons can now be customized! Drag and drop to reorder.
  • Added more video quality (FHD, 2K, 4K, and 8K) icons! Many thanks to @Nvertd for providing them.
  • Added more detailed aria labels for screenreaders.

Fixes

  • Fixed compressor graph not updating when ratio is adjusted
  • Youtube web client is now default again! It should work without failed fragments... for now.

FastStream V1.3.21 for Chrome and Firefox

19 Aug 00:32
Compare
Choose a tag to compare

New Features

  • Added autoplay next video option for Youtube. Also added next video/previous video keybinds. #103 #119
  • Players after the first player in the tab will now require user interaction to begin predownloading. This is to solve issues with websites with many videos. #207
  • Audio equalization and compression can now be configured on a per-channel basis. Useful for people with asymmetrical hearing deficiencies.

Bug fixes

  • Fixed channel mixer configs not being applied automatically #206

FastStream V1.3.20(.2) for Chrome and Firefox

13 Aug 03:11
Compare
Choose a tag to compare

New Features

  • FastStream will now buffer videos up to the max predownload video size (from settings) if over limit.
  • Added more labels to interact-able elements for accessibility.
  • Updated drag/drop demo video to be more clear.
  • Refactored audio logic to reduce audio delay on older machines #204

V1.3.20.1

  • Fixed channel mixer not saving the mute/solo button state
  • Added mono button to channel mixer for accessibility

V1.3.20.2

  • Fixed #205 where player crashes with equalizer nodes set

FastStream V1.3.19 for Chrome and Firefox

06 Aug 03:36
Compare
Choose a tag to compare

Fixes

  • Request headers for youtube are now more consistent. Hopefully works better.

New Features

  • More MP4 types are supported for saving DASH videos. Beware! Some saves might not be playable by all video players if they using an unsupported codec. I recommend you use ffmpeg to re-encode the video if you need to.
  • Added experimental support for in-browser re-encoding using WebCodecs. Not supported in Firefox because it doesn't implement the required APIs. Re-encoding is currently enabled as the last resort option for saving dash streams.
  • Saving is now cancellable. Simply click the icon again and it will cancel the save. Also added badge to indicate saving is active.
  • Added YT client setting. Default is IOS. Try using other options (such as WEB) if some formats are missing. Warning: Google is still testing attestation requirements. Videos may fail to load using the other clients.

FastStream V1.3.18 for Chrome and Firefox

03 Aug 06:25
Compare
Choose a tag to compare

Bugfixes

  • Switched to IOS youtube client for stability, hopefully fixes fragment loading errors #196
  • Fixed scroll being inverted on the volume controls. #198
  • Added support for facebook and instagram posts #195

V1.3.18.1

  • Made webaudio optional