Input device picker & smarter defaults
v0.2.5 Latest- Choose your microphone — a new input-device picker in Settings lets you select exactly which mic to record from. Great for users with multiple audio interfaces, AirPods, or USB headsets.
- Whisper medium is the new default — benchmarks show
whisper-medium-mlxis both faster and more accurate thanlarge-v3-turboon Apple Silicon for typical German and English dictation. - Gemma E2B is the new default cleanup model — the lighter Gemma 4 E2B checkpoint delivers the same polish quality as E4B at roughly half the latency.
- Local Qwen3 cleanup backend — adds
mlx-lm(Qwen3 1.7B) as an opt-in cleanup option for users who prefer a smaller on-device model. - Fixed: very short taps (under ~1 s) no longer inject degenerate Whisper artefacts
such as
...or silent filler — the clip is silently dropped instead. - Fixed: when the clipboard injection fails (e.g. accessibility access was revoked), Saydrop now notifies you and refreshes the accessibility permission cache so the next attempt usually succeeds without a restart.
Requires macOS 14 Sonoma · Apple Silicon