Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- E2EE Megolm session cache is now cleared on logout — prevents stale session keys from persisting
- `returnUrl` parameter is now URL-encoded to prevent query string injection
- TURN relay credentials are now time-limited (1-hour HMAC-SHA1) instead of static when `TURN_SHARED_SECRET` is configured
- Client build dependencies pinned via `overrides` to clear devtime advisories in `picomatch`, `rollup`, `flatted`, `brace-expansion`, `lodash-es`, and `defu` (3 remaining vite dev-server advisories accepted as dev-only exceptions — not applicable to production builds)

### Added
- Voice activity detection (VAD) on desktop client — microphone is gated using RNNoise ML model with configurable threshold and 300ms hold-open
Expand Down
Loading
Loading