From b20c49fb55b5abf954419f54c6c4f527cff008c2 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Tue, 8 Aug 2023 16:40:00 -0700 Subject: [PATCH] Add release notes for 6.29.x --- _locales/en/messages.json | 9 ++++++--- ts/components/WhatsNewModal.tsx | 5 ++++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 6361e1838c..cc564a6297 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -6627,10 +6627,13 @@ "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.27--0": { - "messageformat": "This update includes a few improvements for voice and video calls, and some minor documentation updates (thanks, {linkToGithub}!)." - }, "icu:WhatsNew__v6.28--0": { "messageformat": "We modified the notification icons that appear for group updates, like when someone new joins a group. These icons help improve legibility, especially if you live within the darkness of the Dark Theme. The previous icons merely adopted the dark. The new icons were born in it, molded by it." + }, + "icu:WhatsNew__v6.29--0": { + "messageformat": "The Chat Color customization screen is now displayed correctly across different languages and selected locales." + }, + "icu:WhatsNew__v6.29--1": { + "messageformat": "We improved notification support on Windows. If you don't click on a notification when it first arrives, the latest missed notification will appear in the Windows Notification Center. Clicking on that notification will now jump directly to that chat. We'd like to thank Julien Richard for their feedback." } } diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index 285d0462cd..afee15b0ae 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -29,7 +29,10 @@ export function WhatsNewModal({ const releaseNotes: ReleaseNotesType = { date: new Date(window.getBuildCreation?.() || Date.now()), version: window.getVersion?.(), - features: [], + features: [ + , + , + ], }; if (releaseNotes.features.length === 1) {