mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
Release notes for 7.56
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user