Release notes for 7.76

This commit is contained in:
ayumi-signal
2025-10-15 14:31:45 -07:00
parent 2a2d110826
commit 4b2f0e2bfc
2 changed files with 4 additions and 8 deletions
+3 -7
View File
@@ -9673,12 +9673,8 @@
"description": "Release notes for releases that only include bug fixes",
"ignoreUnused": true
},
"icu:WhatsNew__7.73": {
"messageformat": "This update introduces new performance optimizations to help improve battery life, so you'll have more charge available for emotionally charged conversations.",
"description": "(Deleted 2025/10/02) Release notes for 7.73 release"
},
"icu:WhatsNew__7.74": {
"messageformat": "Just in time for autumn, the new \"Leafless Tree\" emoji {leaflessTreeEmoji} (along with the other six new emoji in Unicode 16.0) are now supported in Signal Desktop.",
"description": "(Deleted 2025/10/08) Release notes for 7.74 release."
"icu:WhatsNew__7.76": {
"messageformat": "Set up custom notification profiles to control which people and groups you receive notifications from when that profile is enabled. Create a “Work” profile that keeps non-coworkers at bay (with an exception for your bae) and a “Downtime” profile that doesn't include your boss. You can switch between notification profiles whenever you want, or configure a schedule so it happens automatically.",
"description": " Release notes for 7.76 release"
}
}
+1 -1
View File
@@ -43,7 +43,7 @@ export function WhatsNewModal({
const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [<I18n i18n={i18n} id="icu:WhatsNew__bugfixes" />],
features: [<I18n i18n={i18n} id="icu:WhatsNew__7.76" />],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {