Add release notes for 7.26
This commit is contained in:
parent
14ca19e632
commit
a8fb89004e
2 changed files with 6 additions and 2 deletions
|
@ -7562,6 +7562,10 @@
|
||||||
},
|
},
|
||||||
"icu:WhatsNew__v7.25--0": {
|
"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.",
|
"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"
|
"description": "(Deleted 2024/09/19) Release notes for version 7.25"
|
||||||
|
},
|
||||||
|
"icu:WhatsNew__v7.26--0": {
|
||||||
|
"messageformat": "Sometimes leaving something behind is the best way to discover that you want to find it again, so we fixed a bug that made it difficult to search for groups that you're no longer a part of anymore but that still remain in your conversation list (and quite possibly in your heart).",
|
||||||
|
"description": "Release notes for version 7.26"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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.25--0" />],
|
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.26--0" />],
|
||||||
};
|
};
|
||||||
|
|
||||||
if (releaseNotes.features.length === 1 && !releaseNotes.header) {
|
if (releaseNotes.features.length === 1 && !releaseNotes.header) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue