mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Release notes for 7.87
This commit is contained in:
@@ -10217,12 +10217,12 @@
|
||||
"description": "Release notes for releases that only include bug fixes",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__7.84--0": {
|
||||
"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 2026/01/07) Release notes for 7.84 release"
|
||||
},
|
||||
"icu:WhatsNew__7.86--0": {
|
||||
"messageformat": "We can't fix the awkward silence that follows, but we fixed a bug that sometimes caused the raised hand indicator to remain visible (with a count of zero) if someone raised and lowered their hand really quickly.",
|
||||
"description": "Release notes for 7.86 release"
|
||||
},
|
||||
"icu:WhatsNew__7.87--0": {
|
||||
"messageformat": "Help keep important information easily accessible with pinned messages. Your most frequently asked questions, dinner reservations, and vacation itineraries are already top of mind. Now they can be top of chat as well.",
|
||||
"description": "Release notes for 7.87 release"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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__7.86--0" />],
|
||||
features: [<I18n i18n={i18n} id="icu:WhatsNew__7.87--0" />],
|
||||
};
|
||||
|
||||
if (releaseNotes.features.length === 1 && !releaseNotes.header) {
|
||||
|
||||
Reference in New Issue
Block a user