From ed013bf51cd710c2fc9e376c28948c69a89e6113 Mon Sep 17 00:00:00 2001 From: Fedor Indutnyy Date: Thu, 21 Apr 2022 11:43:23 -0700 Subject: [PATCH] Release notes for 5.41.x --- _locales/en/messages.json | 16 ---------------- ts/components/WhatsNewModal.tsx | 11 +---------- 2 files changed, 1 insertion(+), 26 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index f229635a7d..f6c73bc2ad 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -7082,22 +7082,6 @@ "message": "This version contains a number of small tweaks and bug fixes to keep Signal running smoothly.", "description": "Release notes for releases that only include bug fixes" }, - "WhatsNew__v5.37--1": { - "message": "We're keeping short messages short, by putting stuff like timestamps on the same line as the text. Now you've got more space on the screen for that quick 'hey' to check in on a friend.", - "description": "Release notes for v5.37" - }, - "WhatsNew__v5.37--2": { - "message": "Missing sticker packs begone! Desktop should now be able to handle all sticker packs that your phone can!", - "description": "Release notes for v5.37" - }, - "WhatsNew__v5.39--1": { - "message": "You can now add people to groups using just their phone number.", - "description": "Release notes for v5.39" - }, - "WhatsNew__v5.39--2": { - "message": "Your favorite contacts are now just a few keystrokes away. Contact search now supports non-Latin alphabets like Cyrillic.", - "description": "Release notes for v5.39" - }, "WhatsNew__v5.40--1": { "message": "Bug fixes including a fix to an issue that would sometimes make it difficult to click on menus. ", "description": "Release notes for v5.40" diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index 2c001a4b11..5b5ae62598 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -31,18 +31,9 @@ const releaseNotes: ReleaseNotesType = { version: window.getVersion?.(), features: [ { - key: 'WhatsNew__v5.40--1', + key: 'WhatsNew__bugfixes', components: undefined, }, - { - key: 'WhatsNew__v5.40--2', - components: { - dsanders11: @dsanders11, - yusufsahinhamza: ( - @yusufsahinhamza - ), - }, - }, ], };