Skip to content

Commit 4b2f0e2

Browse files
committed
Release notes for 7.76
1 parent 2a2d110 commit 4b2f0e2

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

_locales/en/messages.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9673,12 +9673,8 @@
96739673
"description": "Release notes for releases that only include bug fixes",
96749674
"ignoreUnused": true
96759675
},
9676-
"icu:WhatsNew__7.73": {
9677-
"messageformat": "This update introduces new performance optimizations to help improve battery life, so you'll have more charge available for emotionally charged conversations.",
9678-
"description": "(Deleted 2025/10/02) Release notes for 7.73 release"
9679-
},
9680-
"icu:WhatsNew__7.74": {
9681-
"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.",
9682-
"description": "(Deleted 2025/10/08) Release notes for 7.74 release."
9676+
"icu:WhatsNew__7.76": {
9677+
"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.",
9678+
"description": " Release notes for 7.76 release"
96839679
}
96849680
}

ts/components/WhatsNewModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export function WhatsNewModal({
4343
const releaseNotes: ReleaseNotesType = {
4444
date: new Date(window.getBuildCreation?.() || Date.now()),
4545
version: window.getVersion?.(),
46-
features: [<I18n i18n={i18n} id="icu:WhatsNew__bugfixes" />],
46+
features: [<I18n i18n={i18n} id="icu:WhatsNew__7.76" />],
4747
};
4848

4949
if (releaseNotes.features.length === 1 && !releaseNotes.header) {

0 commit comments

Comments
 (0)