From 63b20ed9fa7b43ea2b2d3de6ad6477a81b60897e Mon Sep 17 00:00:00 2001
From: Josh Perez <60019601+josh-signal@users.noreply.github.com>
Date: Thu, 25 May 2023 19:13:40 -0400
Subject: [PATCH] Whats new
---
_locales/en/messages.json | 4 ++++
ts/components/WhatsNewModal.tsx | 22 +---------------------
2 files changed, 5 insertions(+), 21 deletions(-)
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 514cf8a740..69918c72e9 100644
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -12598,5 +12598,9 @@
"icu:WhatsNew__v6.19--2": {
"messageformat": "If you are on a version of Windows before Windows 10, or a version of Ubuntu before 20.04 LTS, you will need to update your operating system to continue using Signal: {supportLink}",
"description": "Release notes for v6.19"
+ },
+ "icu:WhatsNew__v6.20--0": {
+ "messageformat": "If someone mentions you in a chat (like @ Your Name Goes Here), now you can quickly scroll to that mention and read all of the wonderful things that they said about you. You’re simply the best.",
+ "description": "Release notes for v6.20"
}
}
diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx
index 81104e8558..3a1ed4c712 100644
--- a/ts/components/WhatsNewModal.tsx
+++ b/ts/components/WhatsNewModal.tsx
@@ -35,27 +35,7 @@ export function WhatsNewModal({
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [
- ,
- @sha-265,
- }}
- />,
-
- https://support.signal.org/hc/en-us/articles/5109141421850-Supporting-Older-Operating-Systems
-
- ),
- }}
- />,
+ ,
],
};