Release notes for 7.49
This commit is contained in:
parent
5e61230a24
commit
201bc82512
2 changed files with 5 additions and 1 deletions
|
@ -8271,5 +8271,9 @@
|
|||
"icu:WhatsNew__v7.48--0": {
|
||||
"messageformat": "We added a convenient shortcut to quickly lower your hand after you start speaking during a Signal group call. It's hands down our favorite feature in this release.",
|
||||
"description": "Release notes for version 7.48"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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.48--0" />],
|
||||
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.49--0" />],
|
||||
};
|
||||
|
||||
if (releaseNotes.features.length === 1 && !releaseNotes.header) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue