mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
Release notes for 7.31
This commit is contained in:
@@ -33,6 +33,16 @@ export function ExternalLink(props: {
|
||||
);
|
||||
}
|
||||
|
||||
function linkMajorMayer(
|
||||
children: ReadonlyArray<string | JSX.Element>
|
||||
): JSX.Element {
|
||||
return (
|
||||
<ExternalLink href="https://github.com/major-mayer">
|
||||
{children}
|
||||
</ExternalLink>
|
||||
);
|
||||
}
|
||||
|
||||
export function WhatsNewModal({
|
||||
i18n,
|
||||
hideWhatsNewModal,
|
||||
@@ -42,11 +52,14 @@ export function WhatsNewModal({
|
||||
const releaseNotes: ReleaseNotesType = {
|
||||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||
version: window.getVersion?.(),
|
||||
header: <I18n i18n={i18n} id="icu:WhatsNew__v7.30--header" />,
|
||||
features: [
|
||||
<I18n i18n={i18n} id="icu:WhatsNew__v7.30--0" />,
|
||||
<I18n i18n={i18n} id="icu:WhatsNew__v7.30--1" />,
|
||||
<I18n i18n={i18n} id="icu:WhatsNew__v7.30--2" />,
|
||||
<I18n
|
||||
i18n={i18n}
|
||||
id="icu:WhatsNew__v7.31--0"
|
||||
components={{
|
||||
linkMajorMayer,
|
||||
}}
|
||||
/>,
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user