Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions apps/web/content/changelog/1.0.0-nightly.8.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
created: "2025-11-25T12:15:02Z"
---

- Fix AGC with VAD and config modification.
- Add Linux implementation for app listing features and device monitoring using PulseAudio.
- Add Linux headphone detection support for automatic channel mode switching.
- Dynamic linking ONNX runtime for improved performance.
- Replace alphabetic speaker labels (A, B, C) with numeric indexing (1, 2, 3) for unknown speakers.
- Add streaming state to VadAgc for cross-call framing.
- Ensure Summary tab always renders when transcript exists.
- Add dual-websocket mode as multichannel workaround for local STT providers.
- Add prompt editor with readonly ranges support.
- Improve Linux system audio permission check.
- Fix audio autoplay issues by adding URL guard in AudioPlayerProvider.
- Implement continuous VAD masking for microphone stream.
- Add deeplink2 plugin for type-safe deep link handling.
- Fix shutdown handling during realtime audio and await control sends.
- Fix duplicated enhanced tab and enhance streaming UI.
- Add amplitude floor in VAD masking.
- Add root supervisor in desktop app.
- Enhance transcript store with partial hints preservation and channel-aware speaker hints.