From 0fa433ae95330c73a96c468b59702e4c732d336a Mon Sep 17 00:00:00 2001 From: ayumi-signal Date: Wed, 20 Nov 2024 11:05:46 -0800 Subject: [PATCH] Release notes for 7.35 --- _locales/en/messages.json | 8 ++++---- ts/components/WhatsNewModal.tsx | 6 +----- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index b6c88d7e3e..04228ac300 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -7676,10 +7676,6 @@ "description": "Release notes for releases that only include bug fixes", "ignoreUnused": true }, - "icu:WhatsNew__v7.33--0": { - "messageformat": "This update fixes a bug where the correct context menu wasn't appearing after right-clicking on an emoji while selecting text. Thanks, @khuddite!", - "description": "(Deleted 2024/11/13) Release notes for version 7.33" - }, "icu:WhatsNew__v7.34--0": { "messageformat": "The new filter icon next to the search box makes it easy to quickly find unread chats, but feel free to take your time deciding whether or not to leave them on read after seeing what they had to say.", "description": "Release notes for version 7.34" @@ -7691,5 +7687,9 @@ "icu:WhatsNew__v7.34--2": { "messageformat": "We also fixed a bug that broke the dark theme in Signal when your operating system settings were configured to use a light theme. Signal Desktop can now properly handle your thematically split personality.", "description": "Release notes for version 7.34" + }, + "icu:WhatsNew__v7.35--0": { + "messageformat": "The new filter icon next to the search box makes it easy to quickly find unread chats, but feel free to take your time deciding whether or not to leave them on read after seeing what they had to say.", + "description": "Release notes for version 7.35" } } diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index 53e6da560c..3e7c5bb47a 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -42,11 +42,7 @@ export function WhatsNewModal({ const releaseNotes: ReleaseNotesType = { date: new Date(window.getBuildCreation?.() || Date.now()), version: window.getVersion?.(), - features: [ - , - , - , - ], + features: [], }; if (releaseNotes.features.length === 1 && !releaseNotes.header) {