Release notes for 8.25

This commit is contained in:
Scott Nonnenberg
2026-08-19 15:25:26 -07:00
parent f5abbaac7a
commit 090e951236
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -11648,5 +11648,9 @@
"icu:WhatsNew__8.24--1": {
"messageformat": "We made it easier to search for group members on the group settings page, so you can quickly figure out if your Mom already added your second cousin to the third-annual extended family reunion BBQ group.",
"description": "Release notes for 8.24"
},
"icu:WhatsNew__8.25--0": {
"messageformat": "We added two new zoom levels in the appearance settings, so even with very little effort you can still give your messages 110% (or 90%).",
"description": "Release notes for 8.25"
}
}
+1 -1
View File
@@ -28,7 +28,7 @@ export function WhatsNewModal({
const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [<I18n i18n={i18n} id="icu:WhatsNew__8.24--1" />],
features: [<I18n i18n={i18n} id="icu:WhatsNew__8.25--0" />],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {