v3.1.6
AudarAI/Audar-ASR-V1v3.1.6Aug 28, 2026by github-actions[bot]
AI Summary
This release improves the live transcription experience by fixing scroll behavior to allow reading transcripts while they are still being written and properly handling browser permissions.
Key Highlights
- Fixed scroll behavior so transcripts can be followed while being written without snapping back to the tail.
- Google Meet detection now correctly requests Screen Recording permissions on macOS.
- Links to settings pane if permission is declined.
New Features
- Improved scroll handling for live transcripts
- Google Meet permission handling and settings link
Full Release Notes
What's new? 🎉📣 - 📜 **Scroll back through a transcript while it is still being written** — following the live text used to be impossible to escape: scrolling up, or clicking a line to play it, snapped you straight back to the tail on the next segment. The hand-off to the reader keyed off a scroll event that was ignored for 700 ms after any scroll Vibe made itself, and every arriving segment refreshed that window, so during a real transcription it never closed. Following now ends on the gestures you actually make — wheel, trackpad, scrollbar, Page Up — and picks up again when you scroll back to the bottom - 🎥 **Google Meet detection asks for the permission it needs** — listed in the 3.1.5 notes, but the change landed just after that tag; this is the first build that has it. 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 Signed and notarized on macOS and Windows. **Full Changelog**: https://github.com/thewh1teagle/vibe/compare/v3.1.5...v3.1.6