Skip to content

Releases: thewh1teagle/vibe

v2.0.5

23 Jun 17:01
3fc6360
Compare
Choose a tag to compare

What's new? πŸŽ‰πŸ“£

  • πŸ–ŒοΈ Speed up by caching model context instead of reload it everytime (Thanks for @Y-PLONI for suggest it!)
  • πŸ‡΅πŸ‡Ή Improve Portuguese translations (Thanks for @josemoura212)
  • πŸ‡΅πŸ‡± Add Polish translations (Thanks for @GitesHubisz)
  • 🚧 Fix typo in Install.md (Thanks for @eltociear)

v2.0.4

19 Jun 20:47
c18730a
Compare
Choose a tag to compare

What's new? πŸŽ‰πŸ“£

  • πŸ› οΈ Catch whisper.cpp panics instead of crashing
  • 🎨 Pretty app version in settings at bottom with nvidia / older cpu labels (Thanks for @josemoura212 for suggestion!)
  • πŸ›  Fix batch export as json (Thanks for @DArlund for reporting!)
  • πŸ”— Add deep links. you can add vibe://download?url=<any model url> link to your website for let vibe users download modesl!

v2.0.3

10 Jun 12:43
53138f6
Compare
Choose a tag to compare

What's new? πŸŽ‰πŸ“£

  • 🎧 Add support for m4a (Thanks for @yairl for reporting!)
  • 🎨 Fix tabs UI contrast (Thanks for @oleole39 for suggestion!)
  • πŸ’» Add nvidia, opencl, and rpm support for Linux (Thanks for @thegrasshopper104 for the suggestion!)
  • πŸ”— Add option to paste model link and download directly in vibe

v2.0.2

07 Jun 20:36
e4eb38c
Compare
Choose a tag to compare

What's new? πŸŽ‰πŸ“£

  • 🎀 Add option to record from speakers / microphone! (macOS support included)
  • πŸ› οΈ Fix audio file encoding issues
  • πŸ‡«πŸ‡· Improve French translation (Thanks for @oleole39!)
  • πŸ“¦ Add rpm installer

v2.0.1

03 Jun 18:55
1064480
Compare
Choose a tag to compare

What's new? πŸŽ‰πŸ“£

  • πŸ‡«πŸ‡· Add French translation (Thanks for @oleole39!)
  • πŸ‡¨πŸ‡³ Add more Chinese translation (Thanks for @Ifan24!)
  • πŸ–₯️ Add cli support. use Vibe from console directly!
  • ✨ Add Nvidia v11 and v12 (Cuda versions)

v2.0.0

29 May 01:25
7ca1c18
Compare
Choose a tag to compare
  • if CPU is unsupported - Show error message and open URL for fix on Windows
  • Enable metal framework on macOS for GPU and improve speed by ~40%
  • Update to whisper.cpp version 1.6.2
  • Add Nvidia to releases
  • Add release for older CPUs

v1.0.9

26 May 23:30
0a20071
Compare
Choose a tag to compare
  • New formats: JSON
  • Fix saving path
  • Fix translation in tooltips
  • Remove focus color from print button
  • Better toast message on saving files
  • Fix timestamps for PDF / SRT

v1.0.8

25 May 13:50
dbafbf8
Compare
Choose a tag to compare
  • New formats: html, pdf
  • Show toast message after save file
  • Option to Print pdf
  • Add discord button in settings
  • Option to translate into English (advanced options) | Thanks for hbacelar for the suggestion!
  • Optimize windows with openblas
  • More tooltips
  • Fix extra line in srt

v1.0.7

20 May 16:44
341bee8
Compare
Choose a tag to compare
  • 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:
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

v1.0.6

19 May 18:32
cb51db5
Compare
Choose a tag to compare
  • Add Chinese language (Thanks for @Ifan24)
  • Add batch transcribe (Thanks for @renatoianhez)
  • Add error boundary in case of fatal render error
  • Fix Windows file path open crash
  • Improve language input UI by using option groups
  • Improve audio player
  • Add native translation to languages selector