Release notes

This commit is contained in:
Fedor Indutnyy 2023-07-19 17:36:21 -07:00
parent e2ab1b3444
commit 6f621c22a8
2 changed files with 6 additions and 7 deletions

View file

@ -6575,13 +6575,13 @@
"messageformat": "Small tweaks, bug fixes, and performance enhancements. Thanks for using Signal!", "messageformat": "Small tweaks, bug fixes, and performance enhancements. Thanks for using Signal!",
"description": "Release notes for releases that only include bug fixes" "description": "Release notes for releases that only include bug fixes"
}, },
"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."
},
"icu:WhatsNew__v6.26--0": { "icu:WhatsNew__v6.26--0": {
"messageformat": "Diacritics (such as accent marks) are now supported in @ mentions, so you can remind Aristotélēs to answer your philosophy question in the \"Ancient Greek Time Travellers\" group chat." "messageformat": "Diacritics (such as accent marks) are now supported in @ mentions, so you can remind Aristotélēs to answer your philosophy question in the \"Ancient Greek Time Travellers\" group chat."
}, },
"icu:WhatsNew__v6.26--1": { "icu:WhatsNew__v6.26--1": {
"messageformat": "Three cheers for triple-click text selection improvements. Thanks, {linkToGithub}!" "messageformat": "Three cheers for triple-click text selection improvements. Thanks, {linkToGithub}!"
},
"icu:WhatsNew__v6.27--0": {
"messageformat": "This update includes a few improvements for voice and video calls, and some minor documentation updates (thanks, {linkToGithub}!)."
} }
} }

View file

@ -30,18 +30,17 @@ export function WhatsNewModal({
date: new Date(window.getBuildCreation?.() || Date.now()), date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(), version: window.getVersion?.(),
features: [ features: [
<Intl i18n={i18n} id="icu:WhatsNew__v6.26--0" />,
<Intl <Intl
i18n={i18n} i18n={i18n}
id="icu:WhatsNew__v6.26--1" id="icu:WhatsNew__v6.27--0"
components={{ components={{
linkToGithub: ( linkToGithub: (
<a <a
href="https://github.com/nrayburn-tech" href="https://github.com/vijithassar"
target="_blank" target="_blank"
rel="noreferrer" rel="noreferrer"
> >
@nrayburn-tech @vijithassar
</a> </a>
), ),
}} }}