From 2596e5f61c78a3dbe438733d2031c7c62d4b2583 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Wed, 3 Aug 2022 14:16:17 -0700 Subject: [PATCH] Add release notes for v5.54 --- _locales/en/messages.json | 20 ++++++++++++++++++++ ts/components/WhatsNewModal.tsx | 6 +----- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 555c2445ea7a..06a905062058 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -7587,6 +7587,26 @@ "message": "Additional small tweaks, bug fixes, and performance enhancements. Thanks for using Signal!", "description": "Release notes for releases that only include bug fixes" }, + "WhatsNew__bugfixes--2": { + "message": "Handful of bug fixes to keep your app running smoothly. More exciting changes on the horizon! ", + "description": "Release notes for releases that only include bug fixes" + }, + "WhatsNew__bugfixes--3": { + "message": "Tweaks, bug fixes, and performance enhancements. Keep on texting, calling, and video chatting as usual.", + "description": "Release notes for releases that only include bug fixes" + }, + "WhatsNew__bugfixes--4": { + "message": "Hard at work fixing bugs and making other performance improvements to keep the app running smoothly for you. ", + "description": "Release notes for releases that only include bug fixes" + }, + "WhatsNew__bugfixes--5": { + "message": "Additional small tweaks, bug fixes, and assorted plans for the future.", + "description": "Release notes for releases that only include bug fixes" + }, + "WhatsNew__bugfixes--6": { + "message": "Small tweaks, bug fixes, and performance enhancements. Thanks for using Signal!", + "description": "Release notes for releases that only include bug fixes" + }, "WhatsNew__v5.53--1": { "message": "If you’re using the JAWS screen reading program, you can now successfully play voice memos and access longer messages that get shortened behind a “read more” button.", "description": "Release notes for v5.53" diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index 69be0286bbe9..537c68a34dd4 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -31,11 +31,7 @@ const releaseNotes: ReleaseNotesType = { version: window.getVersion?.(), features: [ { - key: 'WhatsNew__v5.53--1', - components: undefined, - }, - { - key: 'WhatsNew__bugfixes--1', + key: 'WhatsNew__bugfixes--5', components: undefined, }, ],