Release notes for 6.25

This commit is contained in:
Scott Nonnenberg 2023-07-05 15:49:13 -07:00
parent 8177a4e2b3
commit 5998f18041
2 changed files with 4 additions and 1 deletions

View file

@ -6520,5 +6520,8 @@
}, },
"icu:WhatsNew__v6.24--0": { "icu:WhatsNew__v6.24--0": {
"messageformat": "Now you can search your @ mentions too. \"Thanks for adding this feature,\" you might say. \"Don't mention it,\" we'll reply." "messageformat": "Now you can search your @ mentions too. \"Thanks for adding this feature,\" you might say. \"Don't mention it,\" we'll reply."
},
"icu:WhatsNew__v6.25--0": {
"messageformat": "Now that the calling and conversation headers are draggable, repositioning your Signal window won't be such a drag."
} }
} }

View file

@ -29,7 +29,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: [<Intl i18n={i18n} id="icu:WhatsNew__v6.24--0" />], features: [<Intl i18n={i18n} id="icu:WhatsNew__v6.25--0" />],
}; };
if (releaseNotes.features.length === 1) { if (releaseNotes.features.length === 1) {