Update "What's New" for v5.25 release
This commit is contained in:
parent
70d3ed2371
commit
309e1efb30
2 changed files with 6 additions and 2 deletions
|
@ -6584,6 +6584,10 @@
|
||||||
"message": "Reacting to a message? It should now be more reliable, retrying for up to 24 hours",
|
"message": "Reacting to a message? It should now be more reliable, retrying for up to 24 hours",
|
||||||
"description": "Release notes for v5.24"
|
"description": "Release notes for v5.24"
|
||||||
},
|
},
|
||||||
|
"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,8 +29,8 @@ 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: [1, 2, 3].map(n => ({
|
features: [1].map(n => ({
|
||||||
key: `WhatsNew__v5.24--${n}`,
|
key: `WhatsNew__v5.25--${n}`,
|
||||||
components: undefined,
|
components: undefined,
|
||||||
})),
|
})),
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue