What's Changed
Bug Fixes
- Fix stop button hanging with cloud ASR backends (#261, fixes #260) — Pressing Stop while using ElevenLabs Scribe (or other cloud transcription backends) could hang for up to 30 seconds. Task cancellation is now propagated through the full transcription pipeline: cancellation checks before HTTP requests, loop termination on cancel, and proper task cleanup on timeout.
Housekeeping
- Update Homebrew cask to 1.39.2 (#259)
Contributors
Thanks to @alessandro-lac for the detailed root-cause analysis in #260 that made this fix straightforward.
Full Changelog: v1.39.2...v1.39.3