From 82178d8268fcf1aca068435b239e388520e08c8e Mon Sep 17 00:00:00 2001 From: Fedor Indutny Date: Wed, 17 Jul 2024 09:43:32 -0700 Subject: [PATCH] Release notes for 7.17 --- _locales/en/messages.json | 16 ++++------------ ts/components/WhatsNewModal.tsx | 2 +- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 5933742d4d..9a4ca125f0 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -7375,20 +7375,12 @@ "description": "Release notes for releases that only include bug fixes", "ignoreUnused": true }, - "icu:WhatsNew__v7.15--0": { - "messageformat": "Now you can forward contact cards that were sent from a mobile device. Share the take-out number for your favorite restaurant without taking out your phone.", - "description": "(Deleted 2024/07/02) Release notes for version 7.15" - }, - "icu:WhatsNew__v7.15--1": { - "messageformat": "New support for high-resolution \"jumbomoji\" adds larger-than-life detail to large emoji, especially on big screens with small pixels.", - "description": "(Deleted 2024/07/02) Release notes for version 7.15" - }, - "icu:WhatsNew__v7.15--2": { - "messageformat": "We also updated the Sticker Creator to support the latest Emoji, so today's stickers are no longer stuck with yesterday's Unicode standard.", - "description": "(Deleted 2024/07/02) Release notes for version 7.15" - }, "icu:WhatsNew__v7.16--0": { "messageformat": "We fixed a bug that prevented the button to minimize a call from appearing while that call was reconnecting. Now you don't need to feel disconnected from previous chats even if the internet is feeling disconnected.", "description": "Release notes for version 7.16" + }, + "icu:WhatsNew__v7.17--0": { + "messageformat": "We wanted things to be slicker and quicker for sticker clickers, so we fixed a bug that sometimes prevented Signal from launching the sticker viewer if you tried to open a sticker pack link while the app was closed.", + "description": "Release notes for version 7.17" } } diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index e25eb5210d..0ce4f620c4 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -42,7 +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) {