From e0ebe4785ed02cdc16bd15ec9e436a70d199f45e Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Wed, 20 Mar 2024 17:43:49 -0700 Subject: [PATCH] Release notes for 7.4 --- _locales/en/messages.json | 6 +++--- ts/components/WhatsNewModal.tsx | 5 +---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 806cd0e5bb77..53cabd9deb50 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -7415,13 +7415,13 @@ "description": "Release notes for releases that only include bug fixes", "ignoreUnused": true }, - "icu:WhatsNew__v7.2--0": { - "messageformat": "Thanks to the performance improvements in this release, opening large group chats is faster than ever. If you're in a group with several hundred people that likes to debate the existence of parallel universes, you now live in a timeline where it takes a lot less time to show the timeline of people talking about timelines." - }, "icu:WhatsNew__v7.3--0": { "messageformat": "Now you can clear missed calls on your phone and the badge on the calls tab in Signal Desktop will be updated too." }, "icu:WhatsNew__v7.3--1": { "messageformat": "We also redesigned the badge count indicator on Windows. Now the color in the taskbar matches the color in the system tray. Fashion is all about coordination, and a little pop of red is a perfect look for spring." + }, + "icu:WhatsNew__v7.4--0": { + "messageformat": "This update clears out a few bugs just in time for spring cleaning, including more consistent conversation sort logic and improved behavior if the app encounters DNS lookup timeouts due to poor network connectivity." } } diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index ebba76e24839..a3c7210260ee 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -42,10 +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) {