Release notes for 7.24
This commit is contained in:
parent
6d16c80d25
commit
97dba327db
2 changed files with 7 additions and 10 deletions
|
@ -7489,16 +7489,16 @@
|
|||
"description": "Release notes for releases that only include bug fixes",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.22--0": {
|
||||
"messageformat": "Signal Desktop can now automatically resume interrupted attachment downloads from where they left off, so you won't need to wait as long to laugh even if you close your laptop lid before the meme your friend sent you has finished transferring.",
|
||||
"description": "(Deleted 2024/08/28) Release notes for version 7.22"
|
||||
},
|
||||
"icu:WhatsNew__v7.23--0": {
|
||||
"messageformat": "Chats now open faster than ever thanks to another round of performance improvements, so you can click on your cliques and see what they're saying real quick.",
|
||||
"description": "Release notes for version 7.23"
|
||||
"description": "(Deleted 2024/09/04) Release notes for version 7.23"
|
||||
},
|
||||
"icu:WhatsNew__v7.23--1": {
|
||||
"messageformat": "We also fixed a handful of bugs, including one that sometimes caused \"Unknown contact started a video call\" to appear in the chat list summary after you started the call. Even if you're still on a journey of self-discovery, you are never completely unknown to yourself.",
|
||||
"description": "Release notes for version 7.23"
|
||||
"description": "(Deleted 2024/09/04) Release notes for version 7.23"
|
||||
},
|
||||
"icu:WhatsNew__v7.24--0": {
|
||||
"messageformat": "This update fixes a bug where viewing a missed call on one device wouldn't automatically clear the indicator for that missed call on your other devices, which was a missed opportunity for your missed call list to better coexist.",
|
||||
"description": "Release notes for version 7.24"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -42,10 +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.23--0" />,
|
||||
<I18n i18n={i18n} id="icu:WhatsNew__v7.23--1" />,
|
||||
],
|
||||
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.24--0" />],
|
||||
};
|
||||
|
||||
if (releaseNotes.features.length === 1 && !releaseNotes.header) {
|
||||
|
|
Loading…
Reference in a new issue