mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Release notes for v5.35.x
This commit is contained in:
@@ -29,7 +29,11 @@ const renderText: RenderTextCallbackType = ({ key, text }) => (
|
||||
const releaseNotes: ReleaseNotesType = {
|
||||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||
version: window.getVersion?.(),
|
||||
features: [{ key: 'WhatsNew__v5.34--1', components: undefined }],
|
||||
features: [
|
||||
{ key: 'WhatsNew__v5.35--1', components: undefined },
|
||||
{ key: 'WhatsNew__v5.35--2', components: undefined },
|
||||
{ key: 'WhatsNew__v5.35--3', components: undefined },
|
||||
],
|
||||
};
|
||||
|
||||
export const WhatsNewModal = ({
|
||||
|
||||
Reference in New Issue
Block a user