Release notes for 7.39

This commit is contained in:
Fedor Indutny 2025-01-15 11:56:47 -08:00
parent f90f70c48c
commit 421712e2c7
2 changed files with 5 additions and 5 deletions

View file

@ -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"
}
}

View file

@ -42,7 +42,7 @@ export function WhatsNewModal({
const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.38--0" />],
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.39--0" />],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {