From d0395b795f9c283f692d77ddbdd0d0e42e6c8ade Mon Sep 17 00:00:00 2001 From: Jamie Kyle Date: Wed, 4 Mar 2026 14:42:11 -0800 Subject: [PATCH] Update release notes --- _locales/en/messages.json | 6 +++++- ts/components/WhatsNewModal.dom.tsx | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 91898fcc26..aa536d4faf 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -10635,8 +10635,12 @@ "description": "Release notes for 8.0 release" }, "icu:WhatsNew__8.2--0": { + "messageformat": "Now you can send view-once media messages from Signal Desktop too. Individual photos and videos that are sent as view-once messages will be automatically removed from a conversation thread after they have been viewed.", + "description": "Release notes for 8.2 release" + }, + "icu:WhatsNew__8.3--0": { "messageformat": "Now you can optionally add a member label to describe yourself or your role in a group chat. Set your group member label to \"Referee\" or \"Goalie\" in your local rec league soccer chat to help kick things off when new teammates join, then choose a different label with your job title in the company chat. Member labels appear next to your profile name in that group, and group admins can control who can set a label with the \"Edit Group Info\" permission.", - "description": "Release notes for 8.2 release", + "description": "Release notes for 8.3 release", "ignoreUnused": true } } diff --git a/ts/components/WhatsNewModal.dom.tsx b/ts/components/WhatsNewModal.dom.tsx index e7e598f82d..fdf6a37c24 100644 --- a/ts/components/WhatsNewModal.dom.tsx +++ b/ts/components/WhatsNewModal.dom.tsx @@ -43,7 +43,7 @@ export function WhatsNewModal({ const releaseNotes: ReleaseNotesType = { date: new Date(window.getBuildCreation?.() || Date.now()), version: window.getVersion?.(), - features: [], + features: [], }; if (releaseNotes.features.length === 1 && !releaseNotes.header) {