mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-25 00:59:00 +01:00
Release notes for 8.10
This commit is contained in:
@@ -11088,5 +11088,9 @@
|
||||
"messageformat": "Small tweaks, bug fixes, and performance enhancements. Thanks for using Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__8.10--0": {
|
||||
"messageformat": "The freshly spun emoji in Unicode 17.0 have now pirouetted into place in Signal. Send a message reaction with the new Ballet Dancer emoji to perform your own digital version of a pas de chat.",
|
||||
"description": "Release notes for 8.10"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@ export function WhatsNewModal({
|
||||
const releaseNotes: ReleaseNotesType = {
|
||||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||
version: window.getVersion?.(),
|
||||
features: [<I18n i18n={i18n} id="icu:WhatsNew__bugfixes--4" />],
|
||||
features: [<I18n i18n={i18n} id="icu:WhatsNew__8.10--0" />],
|
||||
};
|
||||
|
||||
if (releaseNotes.features.length === 1 && !releaseNotes.header) {
|
||||
|
||||
Reference in New Issue
Block a user