mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Release notes for 7.5
This commit is contained in:
@@ -42,7 +42,11 @@ export function WhatsNewModal({
|
||||
const releaseNotes: ReleaseNotesType = {
|
||||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||
version: window.getVersion?.(),
|
||||
features: [<Intl i18n={i18n} id="icu:WhatsNew__v7.4--0" />],
|
||||
features: [
|
||||
<Intl i18n={i18n} id="icu:WhatsNew__v7.5--0" />,
|
||||
<Intl i18n={i18n} id="icu:WhatsNew__v7.5--1" />,
|
||||
<Intl i18n={i18n} id="icu:WhatsNew__v7.5--2" />,
|
||||
],
|
||||
};
|
||||
|
||||
if (releaseNotes.features.length === 1 && !releaseNotes.header) {
|
||||
|
||||
Reference in New Issue
Block a user