Update release notes for 5.28 release
This commit is contained in:
parent
2f90608e1b
commit
ea5571b025
2 changed files with 15 additions and 6 deletions
|
@ -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 = ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue