From 03a4e0c5fe5b1101b80e3dd0f12cc2052a88c1c1 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Wed, 30 Jul 2025 16:18:07 -0700 Subject: [PATCH] Release notes for 7.65 --- _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 bf3f8dac40..edb21777ba 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -9024,5 +9024,9 @@ "icu:WhatsNew__v7.64--0": { "messageformat": "We improved the message read/unread experience while multitasking, and fixed a bug that sometimes incorrectly opened the expanded image viewer if you hit the space bar while searching for the perfect emoji reaction. You can still zoom if you click on the image, or if you type quickly enough.", "description": "Release notes for version 7.64" + }, + "icu:WhatsNew__v7.65--0": { + "messageformat": "Finding the right emoji can feel like an inescapable struggle, but we fixed a bug that could cause an error to occur after pressing the escape key in the emoji search box.", + "description": "Release notes for version 7.65" } } diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index e23ee107f0..b0b942236e 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) {