Skip to content

v8.0.0 (#230)

Compare
Choose a tag to compare
@compulim-workflow-bot compulim-workflow-bot released this 26 Nov 03:24
· 10 commits to refs/heads/main since this release
5ac050a

[8.0.0] - 2024-11-26

Changed

Fixed

  • Fixed #218. Speech recognition should stopping properly in some cases, in PR #218
    • Interactive mode, muted microphone
    • Continuous and interactive mode, stop shortly after start
  • Fixed #221. Continuous mode with successful interims should stop without errors, in PR #222
  • Fixed #226. createSpeechServicesPonyfill should return both SpeechRecognition and SpeechSynthesis ponyfill, in PR #227
    • 💥 createSpeechServicesPonyfill will throw if the browser does not support Media Capture and Streams API, instead of warning and continue