You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[3.2.0] - 2026-06-12
✅ Fixes
Microphone recording broken by Windows update: A recent Windows/audio-driver update changed the audio format that physical microphones report, which crashed the app. The fix makes recording immune to this and future format-reporting changes. Devices on older Windows builds are unaffected and fall back to the original behavior if needed.
Recording failures now visible: If the mic or speaker channel fails during a recording, a warning dialog now explains which channel failed when you stop — previously the failure was only written to the log and the app pretended everything worked.
🎯 Improvements
Splash screen: Added a startup splash screen while the app loads.
Startup update check: The app silently checks for a newer release at startup.
Attendee names no longer include parenthetical annotations: The meeting minutes prompt now explicitly forbids appending roles, organisations, or any bracketed text to attendee names.
DOCX output: Removed the standalone action items summary table — action items are already captured inline within each agenda item section.