From bc612ca2c3ffe418e16b76eba65a336aaa39fa68 Mon Sep 17 00:00:00 2001 From: Josh Perez <60019601+josh-signal@users.noreply.github.com> Date: Thu, 16 Jun 2022 13:15:43 -0400 Subject: [PATCH] Release notes for v5.47.x --- _locales/en/messages.json | 4 ++++ ts/components/WhatsNewModal.tsx | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 44c17596d..eb1fcc060 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -7281,5 +7281,9 @@ "WhatsNew__v5.45--3": { "message": "Got a spotty Wi-Fi connection? Not a problem, you can now retry downloading attachments.", "description": "Release notes for v5.45" + }, + "WhatsNew__v5.47--1": { + "message": "For all the dark mode folks on Windows, we've got a new titlebar to match your style.", + "description": "Release notes for v5.47" } } diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index 5b5ae6259..0d8b316c4 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -31,7 +31,7 @@ const releaseNotes: ReleaseNotesType = { version: window.getVersion?.(), features: [ { - key: 'WhatsNew__bugfixes', + key: 'WhatsNew__v5.47--1', components: undefined, }, ],