From 07d81ebd27222551a272efc1a9186474f365926c Mon Sep 17 00:00:00 2001 From: trevor-signal Date: Thu, 2 Nov 2023 09:54:04 -0400 Subject: [PATCH] Add release notes for 6.38 --- _locales/en/messages.json | 9 +++------ ts/components/WhatsNewModal.tsx | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index a95e30950e2..d2dcec80b62 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -6903,13 +6903,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.36--0": { - "messageformat": "We updated the user interface to better indicate when a group video call is reconnecting. Now you'll see blurred thumbnails instead of what used to look like an elaborate prank where everyone pretended to freeze at the same time." - }, - "icu:WhatsNew__v6.36--1": { - "messageformat": "The system tray icon will no longer appear pixelated on Ubuntu Linux, unless you've managed to get Ubuntu Linux running on an old smart refrigerator with a low-res screen." - }, "icu:WhatsNew__v6.37--0": { "messageformat": "We've added a new way to keep your Signal contacts nice and tidy. This Halloween season, remove the ghost of an old contact. Just click on the three dots next to their name in the contact list on the New Chat screen and select \"Remove.\"" + }, + "icu:WhatsNew__v6.38--0": { + "messageformat": "This release includes an updated design for Signal voice and video calls. Now the calling user interface will still look fantastic even if your camera isn't on and you can't stare at your own beautiful reflection." } } diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index f675a6cd334..e77fa4001d2 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -29,7 +29,7 @@ export function WhatsNewModal({ const releaseNotes: ReleaseNotesType = { date: new Date(window.getBuildCreation?.() || Date.now()), version: window.getVersion?.(), - features: [], + features: [], }; if (releaseNotes.features.length === 1) {