Release notes for 7.38

This commit is contained in:
trevor-signal 2025-01-08 14:17:15 -05:00
parent 3a1addbfe5
commit 99b3a83615
2 changed files with 5 additions and 9 deletions

View file

@ -7692,16 +7692,12 @@
"description": "Release notes for releases that only include bug fixes",
"ignoreUnused": true
},
"icu:WhatsNew__v7.36--0": {
"messageformat": "This update fixes a bug on macOS Sonoma that prevented screen sharing from working correctly if permission to share the screen had previously been denied — so you no longer need to share your screen with an error message.",
"description": "(Deleted 2024/12/12) Release notes for version 7.36"
},
"icu:WhatsNew__v7.36--1": {
"messageformat": "Filter by Unread now highlights the selected chat, and the list of unread chats will automatically update as new messages arrive or when you catch up in one chat and click on another.",
"description": "(Deleted 2024/12/12) Release notes for version 7.36"
},
"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": "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"
}
}

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.37--0" />],
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.38--0" />],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {