Whats new

This commit is contained in:
Josh Perez 2023-05-25 19:13:40 -04:00
parent 688ddd49d1
commit 63b20ed9fa
2 changed files with 5 additions and 21 deletions

View file

@ -12598,5 +12598,9 @@
"icu:WhatsNew__v6.19--2": {
"messageformat": "If you are on a version of Windows before Windows 10, or a version of Ubuntu before 20.04 LTS, you will need to update your operating system to continue using Signal: {supportLink}",
"description": "Release notes for v6.19"
},
"icu:WhatsNew__v6.20--0": {
"messageformat": "If someone mentions you in a chat (like @ Your Name Goes Here), now you can quickly scroll to that mention and read all of the wonderful things that they said about you. Youre simply the best.",
"description": "Release notes for v6.20"
}
}

View file

@ -35,27 +35,7 @@ export function WhatsNewModal({
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [
<Intl i18n={i18n} id="icu:WhatsNew__v6.19--0" renderText={renderText} />,
<Intl
i18n={i18n}
id="icu:WhatsNew__v6.19--1"
renderText={renderText}
components={{
sha265: <a href="https://github.com/sha-265">@sha-265</a>,
}}
/>,
<Intl
i18n={i18n}
id="icu:WhatsNew__v6.19--2"
renderText={renderText}
components={{
supportLink: (
<a href="https://support.signal.org/hc/en-us/articles/5109141421850-Supporting-Older-Operating-Systems">
https://support.signal.org/hc/en-us/articles/5109141421850-Supporting-Older-Operating-Systems
</a>
),
}}
/>,
<Intl i18n={i18n} id="icu:WhatsNew__v6.20--0" renderText={renderText} />,
],
};