Release notes for 7.56

This commit is contained in:
Fedor Indutny
2025-05-21 14:02:56 -07:00
parent 86d44e96c2
commit 37a0c4bfa4
2 changed files with 7 additions and 6 deletions

View File

@@ -8459,10 +8459,14 @@
},
"icu:WhatsNew__v7.55--0": {
"messageformat": "Keyboard shortcuts for emoji and stickers are back! These shortcuts also save even more time because now you won't need to write in and tell us that they're broken anymore.",
"description": "Release notes for version 7.55"
"description": "(Deleted 2025/05/21) Release notes for version 7.55"
},
"icu:WhatsNew__v7.55--1": {
"messageformat": "We also fixed a crash on Linux distributions that don't support GTK4 yet.",
"description": "Release notes for version 7.55"
"description": "(Deleted 2025/05/21) Release notes for version 7.55"
},
"icu:WhatsNew__v7.56--0": {
"messageformat": "Sometimes a powerful story can really move you, so we fixed a bug that made it difficult to move the Signal window while viewing content in the Stories tab.",
"description": "Release notes for version 7.56"
}
}

View File

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