Add release notes for 5.29

This commit is contained in:
Scott Nonnenberg 2022-01-12 14:52:33 -08:00
parent 79af939aaa
commit b1c48b6c34
2 changed files with 5 additions and 1 deletions

View File

@ -6778,5 +6778,9 @@
"WhatsNew__v5.28--1": {
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
"description": "Release notes for v5.28"
},
"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"
}
}

View File

@ -29,7 +29,7 @@ const renderText: RenderTextCallbackType = ({ key, text }) => (
const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [{ key: 'WhatsNew__v5.28--1', components: undefined }],
features: [{ key: 'WhatsNew__v5.29--1', components: undefined }],
};
export const WhatsNewModal = ({