From 08db8b2aa55dd7a617ee9f6d83ea91ae501ffd2f Mon Sep 17 00:00:00 2001 From: trevor-signal Date: Wed, 28 Jun 2023 16:32:14 -0400 Subject: [PATCH] Release notes for 6.24 --- _locales/en/messages.json | 19 +++---------------- ts/components/WhatsNewModal.tsx | 19 +------------------ 2 files changed, 4 insertions(+), 34 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 9df497181db8..521553f8aebb 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -6486,24 +6486,11 @@ "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.21--0": { - "messageformat": "Get a better look at yourself while a 1-on-1 call is ringing. Individual video calls now use the same full-screen view that previously only appeared at the beginning of a new group call. When it comes to being consistent, we try to be persistent (not resistant) and now the discrepancy is nonexistent because these things are no longer different.", - "description": "Release notes for v6.21" - }, - "icu:WhatsNew__v6.21--1": { - "messageformat": "We'd also like to express our appreciation to {complexspaces} for their help and feedback while working on this release.", - "description": "Release notes for v6.21" - }, - "icu:WhatsNew__v6.22--0": { - "messageformat": "Format text in your messages by selecting any text in the message composition field. Make a bold statement that's actually bold, send M. Night Shyamalan a twist ending with a spoiler effect, emphasize a name by writing \"Alex\" in italics, put a line through a rejected dinner idea with strikethrough, or share code in monospace.", - "description": "Release notes for v6.22" - }, - "icu:WhatsNew__v6.22--1": { - "messageformat": "We added support for the latest emoji characters, so now you can express your excitement with \"Shaking Face\" (🫨) or react with a \"Pea Pod\" (🫛) when someone asks you how close you are to your friends.", - "description": "Release notes for v6.22" - }, "icu:WhatsNew__v6.23--1": { "messageformat": "In addition to a small assortment of bug fixes, this release also incorporates developer documentation updates (thanks, {d108}!) and some design improvements to the message forwarding interface (thanks, {hackerbirds}!).", "description": "Release notes for v6.23" + }, + "icu:WhatsNew__v6.24--0": { + "messageformat": "Now you can search your @ mentions too. \"Thanks for adding this feature,\" you might say. \"Don't mention it,\" we'll reply." } } diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index 1de6621fe123..de80b705e257 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -29,24 +29,7 @@ export function WhatsNewModal({ const releaseNotes: ReleaseNotesType = { date: new Date(window.getBuildCreation?.() || Date.now()), version: window.getVersion?.(), - features: [ - - @d108 - - ), - hackerbirds: ( - - @hackerbirds - - ), - }} - />, - ], + features: [], }; if (releaseNotes.features.length === 1) {