Release notes for 7.25

This commit is contained in:
Scott Nonnenberg 2024-09-12 11:18:25 +10:00
parent 3bff7ddbb8
commit 94cb1544e5
2 changed files with 5 additions and 1 deletions

View file

@ -7527,5 +7527,9 @@
"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"
},
"icu:WhatsNew__v7.25--0": {
"messageformat": "Take a trip down memory lane with the new and improved \"All Media\" view. Now when you click on a chat header and select \"See all\" in the shared media section, older photos and videos will automatically appear as you scroll instead of being limited to the most recent entries.",
"description": "Release notes for version 7.25"
}
}

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.24--0" />],
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.25--0" />],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {