Release notes for 7.7

This commit is contained in:
Fedor Indutny 2024-04-25 15:57:56 +02:00
parent 926bdbe968
commit b2415fe284
2 changed files with 1 additions and 13 deletions

View file

@ -7110,17 +7110,5 @@
"messageformat": "Small tweaks, bug fixes, and performance enhancements. Thanks for using Signal!",
"description": "Release notes for releases that only include bug fixes",
"ignoreUnused": true
},
"icu:WhatsNew__v7.5--0": {
"messageformat": "We added support for custom nicknames and notes for anyone you're chatting with on Signal, even if they aren't in your system contacts. Whether you're adding the missing letters in a lazy friend's profile name, or a reminder about where you met, notes and nicknames provide a convenient and secure way to jot down additional details about your Signal Connections — and they're end-to-end encrypted and protected by your Signal PIN so they can be securely restored if you lose your phone too.",
"description": "(Deleted 2024/04/16)"
},
"icu:WhatsNew__v7.5--1": {
"messageformat": "Now you can minimize Signal to your system tray on Linux. If your taskbar is the right shade of gray, its like your messages are waiting for you on a silver platter.",
"description": "(Deleted 2024/04/16)"
},
"icu:WhatsNew__v7.5--2": {
"messageformat": "For users on Windows, this update re-enables support for detailed unread message counts on the Signal icon. Say goodbye to “9+” because now the icon goes to 11 (or higher).",
"description": "(Deleted 2024/04/16)"
}
}

View file

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