Hey everyone!
Quick maintenance release with some UI polish and bug fixes. Still more fixes for FFmpeg to come!
The main change is a redesigned FFmpeg installation guide with tabs that automatically detect your OS and let you switch between platforms (#867). We also simplified the macOS instructions by focusing on Homebrew only, since it works on both Intel and Apple Silicon.
This release also fixes Linux file system permissions for app data (#866), a recordings page refresh issue (#865), and disables the copy button when there's no text to copy (#862).
What's Changed
- chore: update github org references to epicenter-md by @thisisharsh7 in #816
- feat(api-keys): add deepgram APIkeyInput component in settings by @rupokghosh in #812
- Update AGENTS.md by @Amumug in #831
- feat(dev): add Svelte inspector in bottom-center. by @Leftium in #847
- feat(transcription): Add Mistral AI Voxtral transcription service support by @vishesh-sachan in #742
- docs(whispering): update transcription service paths to reflect reorganized structure by @braden-w in #849
- docs(transcription): add README explaining service organization by @braden-w in #850
- Update installation guide with homebrew by @rupokghosh in #778
- chore: format code. by @Leftium in #853
- chore: rename PAT secret and remove BPP_KEYS action by @braden-w in #855
- fix: disable copy button when textarea is empty by @braden-w in #862
- fix(ui/ux): improve copy button and dialog UX for empty/loading states by @thisisharsh7 in #733
- fix: invalidate all recordings query after creating a new recording by @braden-w in #865
- feat(linux): add explicit file system permissions for app data directory by @braden-w in #866
- feat(install-ffmpeg): redesign installation guide with tabbed interface and improved UX by @braden-w in #867
New Contributors
Full Changelog: v7.5.1...v7.5.2