Release notes for v5.31.x

This commit is contained in:
Josh Perez 2022-02-02 16:15:54 -05:00 committed by GitHub
parent bbe56e0811
commit 40191f88da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 2 deletions

View file

@ -6807,6 +6807,14 @@
}, },
"WhatsNew__v5.29--1": { "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.", "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"
} }
} }

View file

@ -29,7 +29,11 @@ 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__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 = ({ export const WhatsNewModal = ({