Bug Fixes
- Fix Whisper model download loop — The app now correctly detects downloaded Whisper models in
~/Documents/huggingface/(where WhisperKit stores them), fixing an issue where models appeared unavailable after download (#267)
New Features
- Remove filler words (ElevenLabs Scribe) — New opt-in toggle in transcription settings that strips filler words, false starts, and non-speech sounds server-side via ElevenLabs Scribe v2's
no_verbatimparameter (#266)
Improvements
- Cloud ASR retry logic — Both ElevenLabs and AssemblyAI backends now retry up to 3 times with exponential backoff on transient HTTP failures (5xx, timeouts), preventing silent segment loss during meetings (#265)
Housekeeping
- Updated Homebrew cask to v1.40.0