Update release notes

This commit is contained in:
Jamie Kyle
2025-04-02 14:04:16 -07:00
parent 65ca944180
commit 325b17f966
2 changed files with 5 additions and 1 deletions

View File

@@ -8355,5 +8355,9 @@
"icu:WhatsNew__v7.49--0": {
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure.",
"description": "Release notes for version 7.49"
},
"icu:WhatsNew__v7.50--0": {
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure.",
"description": "Release notes for version 7.49"
}
}

View File

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