mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Release notes for 7.57
This commit is contained in:
@@ -8449,20 +8449,12 @@
|
||||
"description": "Release notes for releases that only include bug fixes",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.54--0": {
|
||||
"messageformat": "A smile is the same in any language, but now that the emoji shortcuts in Signal Desktop have been fully translated you can also <code>:smile:</code> or <code>:sourire:</code> or <code>:微笑:</code> in any supported language too.",
|
||||
"description": "(Deleted 2025/05/13) Release notes for version 7.54"
|
||||
},
|
||||
"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": "(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": "(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"
|
||||
},
|
||||
"icu:WhatsNew__v7.57--0": {
|
||||
"messageformat": "Settings used to live in a pop-out window so we popped it back in. Now, when you adjust your Settings, you'll do it from the main screen.",
|
||||
"description": "Release notes for version 7.57"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,7 +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.56--0" />],
|
||||
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.57--0" />],
|
||||
};
|
||||
|
||||
if (releaseNotes.features.length === 1 && !releaseNotes.header) {
|
||||
|
||||
Reference in New Issue
Block a user