From c5d4dc775369ae78dc0add582b15f7591cac3916 Mon Sep 17 00:00:00 2001 From: trevor-signal Date: Wed, 6 Sep 2023 16:02:39 -0400 Subject: [PATCH] Update release notes --- _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 698a0bf863cb..482d2f73aaaa 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -6783,13 +6783,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.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." - }, "icu:WhatsNew__v6.30--0": { "messageformat": "Keep tabs on your calls with the new calls tab. Start a new call or return a call that you missed without having to find the corresponding chat. Now you can say hello with your voice without also saying goodbye to the unread marker for messages in that thread." + }, + "icu:WhatsNew__v6.31--0": { + "messageformat": "This update fixes a handful of bugs, including one that caused the main Signal window to go blank if you viewed a debug log in full-screen mode on macOS. Seeing a completely Light or completely Dark window is arguably the purest possible expression of the Light Theme and Dark Theme, but we ultimately decided that the app is easier to use when you can see the interface too." } } diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index cf684390811f..9bfce77290d3 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) {