diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 18fc63b37f..d025f0f18b 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -7248,22 +7248,16 @@ "message": "This version contains a number of small tweaks and bug fixes to keep Signal running smoothly.", "description": "Release notes for releases that only include bug fixes" }, - "WhatsNew__v5.40--1": { - "message": "Bug fixes including a fix to an issue that would sometimes make it difficult to click on menus. ", - "description": "Release notes for v5.40" + "WhatsNew__v5.45--1": { + "message": "Dynamic audio indicators in group calls help you see if you're whispering, yelling, or just right.", + "description": "Release notes for v5.45" }, - "WhatsNew__v5.40--2": { - "message": "Thanks to our open source contributors $dsanders11$ and $yusufsahinhamza$ for contributing to these improvements.", - "description": "Release notes for v5.40", - "placeholders": { - "dsanders11": { - "content": "$1", - "example": "dsanders11" - }, - "yusufsahinhamza": { - "content": "$2", - "example": "yusufsahinhamza" - } - } + "WhatsNew__v5.45--2": { + "message": "Groups you’ve requested to join from your phone (via an invite link) will now show up on Desktop.", + "description": "Release notes for v5.45" + }, + "WhatsNew__v5.45--3": { + "message": "Got a spotty Wi-Fi connection? Not a problem, you can now retry downloading attachments.", + "description": "Release notes for v5.45" } } diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index 5b5ae62598..64beb64536 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -31,7 +31,15 @@ const releaseNotes: ReleaseNotesType = { version: window.getVersion?.(), features: [ { - key: 'WhatsNew__bugfixes', + key: 'WhatsNew__v5.45--1', + components: undefined, + }, + { + key: 'WhatsNew__v5.45--2', + components: undefined, + }, + { + key: 'WhatsNew__v5.45--3', components: undefined, }, ],