Add release notes
This commit is contained in:
parent
d3f36b6f0c
commit
329d4335ef
2 changed files with 1 additions and 5 deletions
|
@ -6741,10 +6741,6 @@
|
||||||
"message": "What's New",
|
"message": "What's New",
|
||||||
"description": "Title for the whats new modal"
|
"description": "Title for the whats new modal"
|
||||||
},
|
},
|
||||||
"WhatsNew__v5.25--1": {
|
|
||||||
"message": "This version contains a number of small tweaks and bug fixes to keep Signal running smoothly.",
|
|
||||||
"description": "Release notes for v5.25"
|
|
||||||
},
|
|
||||||
"WhatsNew__bugfixes": {
|
"WhatsNew__bugfixes": {
|
||||||
"message": "This version contains a number of small tweaks and bug fixes to keep Signal running smoothly.",
|
"message": "This version contains a number of small tweaks and bug fixes to keep Signal running smoothly.",
|
||||||
"description": "Release notes for releases that only include bug fixes"
|
"description": "Release notes for releases that only include bug fixes"
|
||||||
|
|
|
@ -29,7 +29,7 @@ const renderText: RenderTextCallbackType = ({ key, text }) => (
|
||||||
const releaseNotes: ReleaseNotesType = {
|
const releaseNotes: ReleaseNotesType = {
|
||||||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||||
version: window.getVersion?.(),
|
version: window.getVersion?.(),
|
||||||
features: [{ key: 'WhatsNew__v5.29--1', components: undefined }],
|
features: [{ key: 'WhatsNew__bugfixes', components: undefined }],
|
||||||
};
|
};
|
||||||
|
|
||||||
export const WhatsNewModal = ({
|
export const WhatsNewModal = ({
|
||||||
|
|
Loading…
Add table
Reference in a new issue