New Plugins
- ScriptPlugin - Post-process transcribed text via shell commands (e.g.
tr,sed, custom scripts) - ObsidianPlugin - Auto-export transcriptions to Obsidian vaults with daily notes support
- DeepgramPlugin - Real-time WebSocket streaming transcription via Deepgram
- AssemblyAIPlugin - WebSocket v3 streaming transcription via AssemblyAI
New Features
- Overlay indicator system with customizable styles and position presets
- Static indicator preview and style picker in General Settings
- Configurable notch display for multi-monitor setups (#65)
- Dynamic app group identifier for codesigning (PR #73)
DEVELOPMENT_TEAMxcconfig for easier contributor setup (#67)
Bug Fixes
- Fix crash on macOS 26 when starting recording -
EXC_BAD_ACCESSin StreamingHandler (PR #74) - Fix crash when saving history records after ScriptPlugin processing
- Fix API key persistence in cloud plugins (#72)
- Fix Prompt Palette text selection and replacement in Electron apps (#70)
- Fix auto-install of plugins - users now choose in setup wizard (#66)
- Fix mic preview not restarting when switching devices in setup wizard (#63)
- Fix
MACOSX_DEPLOYMENT_TARGETfor all plugin targets (#64) - Fix
CODE_SIGN_IDENTITYoverrides for automatic signing (#67)