From 668e67237f105c40f7cfdb281381921ba3d24528 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Wed, 25 Feb 2026 15:06:34 -0800 Subject: [PATCH] Release notes for 8.1 --- _locales/en/messages.json | 4 ++++ ts/components/WhatsNewModal.dom.tsx | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index aadaeee081..346969633a 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -10597,5 +10597,9 @@ "icu:WhatsNew__8.0--0": { "messageformat": "Signal secure backups are here! Now you can choose to enable automatic end-to-end encrypted backups so you'll never lose a message when you get a new phone or reinstall Signal. You can back up all of your messages and the last 45 days of media for free, or you can pay a small monthly fee to get 100 GB of storage to back up every attachment. Tap on backups in your Signal settings to get started. Thanks to everyone who helped test this feature during the beta period!", "description": "Release notes for 8.0 release" + }, + "icu:WhatsNew__8.1--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.1 release" } } diff --git a/ts/components/WhatsNewModal.dom.tsx b/ts/components/WhatsNewModal.dom.tsx index e7e598f82d..55bd752df4 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) {