diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 20f3d679de6..e19bd1dcf5d 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -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" } } diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index e045e311942..d99934e9317 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -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 = ({