What's New
Multilingual locale persistence (#165)
- The transcription locale field is now always visible in Settings, regardless of which model you use
- Your selected locale is saved with each session's metadata and exported as a
language:field in Markdown frontmatter (BCP 47 format) - Help text updated for each model to reflect that the locale is persisted even when the model auto-detects language
Based on the approach from #146 by @mono1982 — thank you for the well-scoped contribution!
Bulk delete past meetings (#166)
- Right-click any session in the Notes sidebar and choose Select Multiple... to enter bulk-delete mode
- Cmd-click / Shift-click to select multiple sessions, or use Select All to grab all visible sessions
- Delete all selected sessions at once with a single confirmation dialog
- Requested by @andreivladmatei in #162