From f3476950c36bc195209fdb18d6af569d598f249d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Rame=CC=81?= Date: Wed, 13 May 2026 19:34:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20(changelog)=20document=20encrypt?= =?UTF-8?q?ed-meeting=20feature?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 181a3125..39314ca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,17 @@ and this project adheres to ## [Unreleased] +### Added + +- ✨(encryption) opt-in end-to-end encryption for meetings, with the + passphrase carried in the URL hash and an explicit "Create an + encrypted meeting" entry in the home create menu (gated by a + per-user Security preference) #1337 +- ✨(encryption) authenticated participant emails surfaced in the + participants list of encrypted rooms; anonymous participants get a + red badge with tooltip in the list, waiting room, and the floating + join-request notification + ### Changed - ⬆️(dependencies) update python dependencies