From 5998f180415ec4e18267e76e3cd64d96fb42af3a Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Wed, 5 Jul 2023 15:49:13 -0700 Subject: [PATCH] Release notes for 6.25 --- _locales/en/messages.json | 3 +++ ts/components/WhatsNewModal.tsx | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 4f87f77ec6a..13c07bf7772 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -6520,5 +6520,8 @@ }, "icu:WhatsNew__v6.24--0": { "messageformat": "Now you can search your @ mentions too. \"Thanks for adding this feature,\" you might say. \"Don't mention it,\" we'll reply." + }, + "icu:WhatsNew__v6.25--0": { + "messageformat": "Now that the calling and conversation headers are draggable, repositioning your Signal window won't be such a drag." } } diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index de80b705e25..cfcdcc2016d 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) {