diff --git a/apps/web/content/changelog/1.0.0-nightly.8.mdx b/apps/web/content/changelog/1.0.0-nightly.8.mdx new file mode 100644 index 0000000000..eb89d35ec4 --- /dev/null +++ b/apps/web/content/changelog/1.0.0-nightly.8.mdx @@ -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.