Release notes for 7.70

This commit is contained in:
ayumi-signal
2025-09-03 14:38:16 -07:00
parent 40bdb34fd4
commit 1a19d629cd
2 changed files with 5 additions and 1 deletions

View File

@@ -9228,5 +9228,9 @@
"icu:WhatsNew__v7.67--0": {
"messageformat": "We fixed a bug that prevented donation badges from appearing correctly for some users. Signal is a 501c3 nonprofit, and we appreciate your support!",
"description": "(Deleted 2025/08/20) Release notes for version 7.67"
},
"icu:WhatsNew__v7.70--0": {
"messageformat": "We fixed a bug on Microsoft Windows that made the Signal Desktop title bar orange instead of blue. If you've grown to love the citrus-themed color scheme over the past few days and this bugfix makes you feel blue, you can adjust your system accent color in your Windows settings.",
"description": "Release notes for version 7.70"
}
}

View File

@@ -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__bugfixes--2" />],
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.70--0" />],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {