Releases: thewh1teagle/vibe
Releases · thewh1teagle/vibe
v1.0.5
- Add option to drop files to window
- Add option to open file by right click ->
Open with
- file drop animation
- Support more audio formats such as
opus
(Thanks for @renatoianhez for the suggestion) - Add crash log to panic hook
- Add option to open app config dir for getting logs
- Improve ux by replacing onClick with onMouseDown
- Add params info on hover in advanced options (Thanks for @NHLOCAL)
- Improve default window size
- Improve settings window design
- Add Swedish language, (Thanks for @2bbe)
- Fix taskbar progress animation
- Update to latest tauri core / plugins
- Improve offline installation
- Option to cancel model download
v1.0.4
- Smooth window creation
- Add min window width and height
v1.0.3
- Fixed model customize #54
- Allow open settings by click #53
- Add option to select whether to play sound / focus window when transcription complete
- Use custom eyre with serialize backtrace
- Window maximized on first open
v1.0.2
- Wider UI
v1.0.1
- Fix on windows failed to load model if Username contains Hebrew characters
v1.0.0
- GPU optimization for Windows with OpenCL! (x1.5 faster)
- Commit hash in system info collection
- Fix translation in Hebrew for cancel transcript
v0.0.9
- Realtime preview of transcription
- Option to abort transcription in progress
- Show percentage while transcribing
- Show progress when updating
v0.0.8
- Add Portuguese language, thanks to josemoura212! 🙏
- Fix invalid segment error due to invalid utf-8 characters returned from whisper by adding a patch to whisper-rs
v0.0.7
Better errors reports
Upgrade tauri to v2
v0.0.6
- Windows shadows
- Center window on open
- Fix export as txt extension