From a9dea2c7fc9d2a8333e11f673466d6ce78114e53 Mon Sep 17 00:00:00 2001 From: Jamie Kyle Date: Mon, 31 Jul 2023 12:49:32 -0700 Subject: [PATCH] release notes --- _locales/en/messages.json | 9 +++------ ts/components/WhatsNewModal.tsx | 18 +----------------- 2 files changed, 4 insertions(+), 23 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index df7b79e0cb19..58d255a76263 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -6627,13 +6627,10 @@ "messageformat": "Small tweaks, bug fixes, and performance enhancements. Thanks for using Signal!", "description": "Release notes for releases that only include bug fixes" }, - "icu:WhatsNew__v6.26--0": { - "messageformat": "Diacritics (such as accent marks) are now supported in @ mentions, so you can remind Aristotélēs to answer your philosophy question in the \"Ancient Greek Time Travellers\" group chat." - }, - "icu:WhatsNew__v6.26--1": { - "messageformat": "Three cheers for triple-click text selection improvements. Thanks, {linkToGithub}!" - }, "icu:WhatsNew__v6.27--0": { "messageformat": "This update includes a few improvements for voice and video calls, and some minor documentation updates (thanks, {linkToGithub}!)." + }, + "icu:WhatsNew__v6.28--0": { + "messageformat": "We modified the notification icons that appear for group updates, like when someone new joins a group. These icons help improve legibility, especially if you live within the darkness of the Dark Theme. The previous icons merely adopted the dark. The new icons were born in it, molded by it." } } diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index 651e4a9f6b62..285d0462cd7a 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -29,23 +29,7 @@ export function WhatsNewModal({ const releaseNotes: ReleaseNotesType = { date: new Date(window.getBuildCreation?.() || Date.now()), version: window.getVersion?.(), - features: [ - - @vijithassar - - ), - }} - />, - ], + features: [], }; if (releaseNotes.features.length === 1) {