From 13296e829bf6d5dfd0efe96cd6ab2300a2953e10 Mon Sep 17 00:00:00 2001 From: Yash Date: Wed, 12 Mar 2025 16:14:23 -0500 Subject: [PATCH] Release notes for 7.47 --- _locales/en/messages.json | 12 ++++++------ ts/components/WhatsNewModal.tsx | 5 +---- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 583975e54c..19edcd7fea 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -8116,16 +8116,16 @@ "description": "Release notes for releases that only include bug fixes", "ignoreUnused": true }, - "icu:WhatsNew__v7.45--0": { - "messageformat": "Stickers should feel sticky, not stuck, so now you can click on a sticker on a newly linked Signal Desktop and that sticker download will automatically get prioritized even when other attachments are downloading too.", - "description": "(Deleted 2025/03/06) Release notes for version 7.45" - }, "icu:WhatsNew__v7.46--0": { "messageformat": "The new \"Data usage\" feature in Signal settings makes it easy to choose whether or not to automatically download photos, videos, audio files, or other documents. If Signal stops automatically downloading the latest tracks from your friend's boyfriend's band in the group chat, you can save your taste in music along with some free space on your hard drive.", - "description": "Release notes for version 7.46" + "description": "(Deleted 2025/03/12) Release notes for version 7.46" }, "icu:WhatsNew__v7.46--1": { "messageformat": "Now when you attempt to start a chat with someone's Signal username, it will work even if you accidentally type the “@” symbol first. Some h@bits @re h@rd to bre@k.", - "description": "Release notes for version 7.46" + "description": "(Deleted 2025/03/12) Release notes for version 7.46" + }, + "icu:WhatsNew__v7.47--0": { + "messageformat": "Now you can expand your local video preview during a call to get a better look at yourself or reflect on who you are.", + "description": "Release notes for version 7.47" } } diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index 31dd6fa424..c63e576c6e 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) {