mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 21:28:40 +00:00
Add release notes for 7.40
This commit is contained in:
@@ -39,10 +39,12 @@ export function WhatsNewModal({
|
||||
}: PropsType): JSX.Element {
|
||||
let contentNode: ReactNode;
|
||||
|
||||
// Use later: icu:WhatsNew__v7.40--1
|
||||
|
||||
const releaseNotes: ReleaseNotesType = {
|
||||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||
version: window.getVersion?.(),
|
||||
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.39--0" />],
|
||||
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.40--0" />],
|
||||
};
|
||||
|
||||
if (releaseNotes.features.length === 1 && !releaseNotes.header) {
|
||||
|
||||
Reference in New Issue
Block a user