From 421712e2c72f1c6ac00173387cb94cd2d39e29dc Mon Sep 17 00:00:00 2001 From: Fedor Indutny Date: Wed, 15 Jan 2025 11:56:47 -0800 Subject: [PATCH] Release notes for 7.39 --- _locales/en/messages.json | 8 ++++---- ts/components/WhatsNewModal.tsx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index b370408b47c..886560b53fb 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -7720,12 +7720,12 @@ "description": "Release notes for releases that only include bug fixes", "ignoreUnused": true }, - "icu:WhatsNew__v7.37--0": { - "messageformat": "Now you can easily see the progress of attachment downloads. You can also stop and restart in-progress downloads too. So if a transfer is slowed because you're on the road (in airplane mode?) or the mediocre hotel WiFi is about to implode, you can wait to reload when more available bandwidth is bestowed.", - "description": "(Deleted 2025/01/09) Release notes for version 7.37" - }, "icu:WhatsNew__v7.38--0": { "messageformat": "We fixed a bug with @ mentions that sometimes incorrectly included your own account in the autocomplete suggestion list. As a narcissistic workaround, you can still use third-person narration to talk about yourself in your group chats if you ever miss this bug.", "description": "Release notes for version 7.38" + }, + "icu:WhatsNew__v7.39--0": { + "messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips.", + "description": "Release notes for version 7.39" } } diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index 2cc404599ea..497817700c0 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) {