v1.0.7

thewh1teagle/vibev1.0.7May 20, 2024by github-actions[bot]

AI Summary

Enhanced stability and performance with support for Nvidia binary acceleration and a non-avx binary for older CPUs, plus logging improvements.

Key Highlights

  • Add `Nvidia` binary (transcribe 1 hour in less than 5 minuets)
  • Add non `avx` binary in case of old CPU crash
  • Fix not a number JS error in realtime preview

New Features

  • Nvidia binary for fast transcription
  • Non-avx binary for older CPUs
  • Logs for f16c instruction check
  • JS error fix in realtime preview

Full Release Notes

- Fix not a number JS error in realtime preview (Thanks for @Ifan24 for reporting)
- Fix when opening settings, keep default transcribe langauge instead of changing it 
- Imrpve design by making filename in the audioplayer as link when hovering
- Show logs in `Windows` by execute the following in `cmd.exe`:
```console
set RUST_LOG=vibe=trace
%localappdata%\vibe\vibe.exe
```
- add logs to check if cpu supports `f16c` instruction
- use crate `showfile` to open files as selected state in file manager
- Add `Nvidia` binary (transcribe 1 hour in less than 5 minuets)
- Add non `avx` binary in case of old CPU crash