Bug Fixes
- Fix model download retry when cached files are corrupt (#100) — When model files existed on disk but were invalid (incomplete download, corrupt CoreML bundle), clicking "Download Now" silently did nothing. The app now clears corrupt cached model files on load failure, so the next download attempt triggers a fresh download. Affects Parakeet, Qwen3, and WhisperKit backends.
Contributors
Thanks to @Newarr for this fix!