CallNotes 1.3.1 — it processes out of the box now
Fixes the #1 first-run gotcha a tester hit: CallNotes recorded calls fine, but nothing came out — because the Whisper model was never downloaded, and processing failed silently.
- ⬇️
install.shnow downloads the Whisper model automatically (~550 MB, once). No more "records but never produces a note". - 🔎 Failed recordings now show why in the panel — e.g. "Whisper model missing" — instead of a bare "N recordings not processed". So you know what to fix, and can Retry after fixing it.
- ℹ️ Reminder: the collapsing double-click window was fixed in 1.2.2/1.3.0, and the panel has a Quit button in Settings — update if you're on an older build.
Update: cd callnotes && git pull && ./install.sh — then hit Retry on any failed recordings and they'll process.