From 40191f88daf530bc6178e41708e14ef6c9e7b5e7 Mon Sep 17 00:00:00 2001 From: Josh Perez <60019601+josh-signal@users.noreply.github.com> Date: Wed, 2 Feb 2022 16:15:54 -0500 Subject: [PATCH] Release notes for v5.31.x --- _locales/en/messages.json | 10 +++++++++- ts/components/WhatsNewModal.tsx | 6 +++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 91a2038edb..715aa4a06d 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -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" } } diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index c8a57061a3..5821ca5a69 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -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 = ({