Skip to content

Releases: hellotaotao/WhispLine

1.0.67: fix: improve transcription success/failure status reporting

10 Aug 16:07

Choose a tag to compare

  • Add gpt-4o-transcribe and gpt-4o-mini-transcribe models to OpenAI provider
  • Implement dynamic audio format selection (MP4/M4A preferred over WebM)
  • Pass actual recording MIME type from frontend to backend for proper file extension
  • Fix audio format mismatch that caused "Audio file might be corrupted" errors
  • Fix misleading "transcription failed" error when transcription succeeds but text insertion fails
  • Remove unreliable "Text insertion completed successfully" console log
  • Simplify status logic to avoid false claims about text insertion success

1.0.66

10 Aug 04:04

Choose a tag to compare

Release Highlights

🎉 New OpenAI Integration - Added OpenAI Whisper-1 as an alternative transcription provider
🎨 Improved Settings UI - Enhanced layout and better organization
Performance Optimizations - Service caching and code refactoring for faster response times
🏗️ Code Quality - Major refactoring for better maintainability and future extensibility