Release notes for v5.31.x
This commit is contained in:
parent
bbe56e0811
commit
40191f88da
2 changed files with 14 additions and 2 deletions
|
@ -6807,6 +6807,14 @@
|
|||
},
|
||||
"WhatsNew__v5.29--1": {
|
||||
"message": "Now, with fewer frantic searches for the loud typist or heavy chewer! In the call lobby, Desktop will now automatically disable audio if there are eight or more people in the call.",
|
||||
"description": "Release notes for v5.28"
|
||||
"description": "Release notes for v5.29"
|
||||
},
|
||||
"WhatsNew__v5.31--1": {
|
||||
"message": "Endlessly scroll through your conversations and feel confident that wherever you are in the conversation you will know when.",
|
||||
"description": "Release notes for v5.31"
|
||||
},
|
||||
"WhatsNew__v5.31--2": {
|
||||
"message": "Shuffled around the spacing in the left pane header and search area and now there is so much room for activities!",
|
||||
"description": "Release notes for v5.31"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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__bugfixes', components: undefined }],
|
||||
features: [
|
||||
{ key: 'WhatsNew__v5.31--1', components: undefined },
|
||||
{ key: 'WhatsNew__v5.31--2', components: undefined },
|
||||
{ key: 'WhatsNew__bugfixes', components: undefined },
|
||||
],
|
||||
};
|
||||
|
||||
export const WhatsNewModal = ({
|
||||
|
|
Loading…
Add table
Reference in a new issue