From 88a546a79516e7af8f5dc6cb2bc480a2dbb99a86 Mon Sep 17 00:00:00 2001 From: ayumi-signal Date: Wed, 23 Jul 2025 16:34:26 -0700 Subject: [PATCH] Release notes for 7.64 --- _locales/en/messages.json | 18 +++--------------- ts/components/WhatsNewModal.tsx | 2 +- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 51a22146e8..bf3f8dac40 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -9021,20 +9021,8 @@ "description": "Release notes for releases that only include bug fixes", "ignoreUnused": true }, - "icu:WhatsNew__v7.58--0": { - "messageformat": "A new section in the message reaction selector automatically displays all of the emoji reactions that a message has received. Now you can quickly jump on the bandwagon and add a standard sparkling heart just like everyone else already did, or you can follow your own heart and go with the anatomical heart instead.", - "description": "(Deleted 2025/06/20) Release notes for version 7.58" - }, - "icu:WhatsNew__v7.59--0": { - "messageformat": "This update enables GPU acceleration on Linux for improved performance and smoother video playback on supported hardware.", - "description": "(Deleted 2025/06/25) Release notes for version 7.59" - }, - "icu:WhatsNew__v7.61--0": { - "messageformat": "This update improves audio quality and reliability during voice and video calls, and introduces better automatic configuration of connected microphones and speakers. Thanks to , , and at Mozilla for their help with this project.", - "description": "(Deleted 2025/07/09) Release notes for version 7.61" - }, - "icu:WhatsNew__v7.62--0": { - "messageformat": "We fixed a rare bug that could prevent some contacts from synchronizing correctly.", - "description": "(Deleted 2025/07/16) Release notes for version 7.62" + "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" } } diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index 6a6dabb094..e23ee107f0 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) {