release notes
This commit is contained in:
parent
a0a9c09cdc
commit
a9dea2c7fc
2 changed files with 4 additions and 23 deletions
|
@ -6627,13 +6627,10 @@
|
|||
"messageformat": "Small tweaks, bug fixes, and performance enhancements. Thanks for using Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"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."
|
||||
},
|
||||
"icu:WhatsNew__v6.26--1": {
|
||||
"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}!)."
|
||||
},
|
||||
"icu:WhatsNew__v6.28--0": {
|
||||
"messageformat": "We modified the notification icons that appear for group updates, like when someone new joins a group. These icons help improve legibility, especially if you live within the darkness of the Dark Theme. The previous icons merely adopted the dark. The new icons were born in it, molded by it."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -29,23 +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.27--0"
|
||||
components={{
|
||||
linkToGithub: (
|
||||
<a
|
||||
href="https://github.com/vijithassar"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
@vijithassar
|
||||
</a>
|
||||
),
|
||||
}}
|
||||
/>,
|
||||
],
|
||||
features: [<Intl i18n={i18n} id="icu:WhatsNew__v6.28--0" />],
|
||||
};
|
||||
|
||||
if (releaseNotes.features.length === 1) {
|
||||
|
|
Loading…
Reference in a new issue