mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 21:28:40 +00:00
Update release notes for 5.28 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Copyright 2021 Signal Messenger, LLC
|
||||
// Copyright 2021-2022 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import type { ReactChild } from 'react';
|
||||
@@ -29,10 +29,15 @@ const renderText: RenderTextCallbackType = ({ key, text }) => (
|
||||
const releaseNotes: ReleaseNotesType = {
|
||||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||
version: window.getVersion?.(),
|
||||
features: [1, 2].map(n => ({
|
||||
key: `WhatsNew__v5.27--${n}`,
|
||||
components: undefined,
|
||||
})),
|
||||
features: [
|
||||
{
|
||||
key: 'WhatsNew__macos-m1',
|
||||
components: [
|
||||
<a href="https://github.com/dennisameling/">Dennis Ameling</a>,
|
||||
],
|
||||
},
|
||||
{ key: 'WhatsNew__v5.28--1', components: undefined },
|
||||
],
|
||||
};
|
||||
|
||||
export const WhatsNewModal = ({
|
||||
|
||||
Reference in New Issue
Block a user