Release notes for 7.25
This commit is contained in:
parent
90c47aa1dd
commit
cd2d302a98
2 changed files with 5 additions and 1 deletions
|
@ -7519,5 +7519,9 @@
|
||||||
"icu:WhatsNew__v7.24--0": {
|
"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.",
|
"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"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -42,7 +42,7 @@ export function WhatsNewModal({
|
||||||
const releaseNotes: ReleaseNotesType = {
|
const releaseNotes: ReleaseNotesType = {
|
||||||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||||
version: window.getVersion?.(),
|
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) {
|
if (releaseNotes.features.length === 1 && !releaseNotes.header) {
|
||||||
|
|
Loading…
Reference in a new issue