Release notes for 7.84

This commit is contained in:
trevor-signal
2025-12-18 09:43:18 -05:00
parent a2ebdf4c04
commit c303db1962
2 changed files with 4 additions and 16 deletions

View File

@@ -10157,20 +10157,8 @@
"description": "Release notes for releases that only include bug fixes", "description": "Release notes for releases that only include bug fixes",
"ignoreUnused": true "ignoreUnused": true
}, },
"icu:WhatsNew__7.79-1": { "icu:WhatsNew__7.84--0": {
"messageformat": "We updated the appearance and stylistic consistency of scrollbars throughout the app. Usually if you scroll too fast you might miss something, but in this case scrolling is the only way to see it.", "messageformat": "Signal polls on Desktop now include the same subtle animation effects that were already appearing on your phone. Watching your favorite choice pull away is just a poll away.",
"description": "(Deleted 2025/11/12) Release notes for 7.79 release" "description": "Release notes for 7.84 release"
},
"icu:WhatsNew__7.79-2": {
"messageformat": "Copy/paste improvements make it easier to select-all and replace existing text without inheriting the old formatting. Thanks, <brianHarder></brianHarder>!",
"description": "(Deleted 2025/11/12) Release notes for 7.79 release"
},
"icu:WhatsNew__7.80-1": {
"messageformat": "Signal polls are here! Are you and your friends on the same page, or are you poll-ar opposites? Polls are an easy way to see what your group chat really thinks. Create a poll with competing dinner options, vacation destinations, musical preferences for an upcoming road trip, or any other important choices. Everyone in the group can vote and see each other's responses, and you can decide whether or not to allow multiple votes.",
"description": "(Deleted 2025/11/19) Release notes for 7.80 release"
},
"icu:WhatsNew__7.81-1": {
"messageformat": "The media gallery now includes two new tabs for audio messages and link previews. If a link falls in a group chat, does it make a sound?",
"description": "(Deleted 2025/12/03) Release notes for 7.81 release"
} }
} }

View File

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