Release notes for 6.25
This commit is contained in:
parent
8177a4e2b3
commit
5998f18041
2 changed files with 4 additions and 1 deletions
|
@ -6520,5 +6520,8 @@
|
|||
},
|
||||
"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."
|
||||
},
|
||||
"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."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -29,7 +29,7 @@ export function WhatsNewModal({
|
|||
const releaseNotes: ReleaseNotesType = {
|
||||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||
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) {
|
||||
|
|
Loading…
Reference in a new issue