Releases: thewh1teagle/vibe
Releases Β· thewh1teagle/vibe
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
v0.0.5
- Auto updater
- Allow export in multiple formats
vibe v0.0.4
- Fix: remove model hash verify
- Add modal if error happens
- Add option to reset app
- Improve error reporting to include log
- Add
MacOS
support - Optimize
GPU
usingCoreML
v0.0.3
- Settings page
- Transcribe parametrs (prompt, temperature, etc...)
- Better bug reporting
- Option to select / download another models
v0.0.2
- Optimize performance by
50%
usingOpenBLAS
- Fix multi language encoding
- Add format options as
srt
vtt
andnormal
- Improve design
- Common model path per
CLI
andDesktop