Release notes for 8.1

This commit is contained in:
Scott Nonnenberg
2026-02-25 15:06:34 -08:00
parent f09d582dec
commit 668e67237f
2 changed files with 5 additions and 1 deletions

View File

@@ -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"
}
}

View File

@@ -43,7 +43,7 @@ export function WhatsNewModal({
const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [<I18n i18n={i18n} id="icu:WhatsNew__8.0--0" />],
features: [<I18n i18n={i18n} id="icu:WhatsNew__8.1--0" />],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {