Skip to content

v3.1.5

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Aug 19:27
55ae461

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

  • πŸ“„ PDF export is a real PDF β€” it used to drive the system print dialog, which on macOS returned before the job spooled and handed the printer a blank page. Vibe now generates the file directly: selectable text, embedded fonts, page numbers, and pages that break on their own
  • ✑️ Hebrew and Arabic exports read the right way round β€” the previous PDF engine had no bidirectional text support at all: it resolved one direction per line and reversed every glyph in it, English words and numbers included, so a Hebrew transcript came out backwards. Every export is now checked against the Unicode algorithm before it ships
  • πŸŽ›οΈ The export dialog remembers you β€” format, content, theme and both switches persist instead of resetting each time you open it, and the whole panel was rebuilt around one consistent row: nine one-line formats, a light/dark choice for the file itself, and a one-off text direction override
  • πŸ“ Word documents are set for paper β€” a real font that covers Hebrew and Arabic, a proper type scale, speaker labels that stay with their line across a page break, and no dark page. Their timestamps read forwards again
  • πŸ–₯️ Transcribe on the CPU β€” a new setting in Settings β†’ Models for machines whose GPU driver crashes. The engine always supported it; nothing exposed it
  • 🀝 Meetings are detected in about a second β€” the detector waited out a five-second debounce on every change, so a call that had already started stayed invisible for most of a sentence. Quitting a call clears the prompt promptly now too, and the window and process scans it relies on got cheaper rather than more frequent
  • πŸŽ₯ Google Meet detection asks for the permission it needs β€” reading a browser's window title requires Screen Recording on macOS, and Vibe checked for it without ever asking. It now requests it once and links straight to the settings pane if you decline. Zoom and Teams never needed it
  • ⚑ The transcription engine draws the same samples whisper.cpp does β€” sona v0.6.1, which also settles the output: the same audio now transcribes identically twice, where before it drifted. Metal on macOS, Vulkan on Linux and Windows
  • πŸ“œ A long list of recordings scrolls smoothly β€” the sidebar only renders the rows you can see, so hundreds of projects cost what ten used to
  • πŸ—‘οΈ Delete every project at once β€” Settings β†’ Transcription, under the projects folder
  • 🌍 Translations filled in across all 21 languages, including the transcription language lists in Turkish and Swedish, which were almost entirely English

Signed and notarized on macOS and Windows.

Full Changelog: v3.1.4...v3.1.5