mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
Release notes for 7.72
This commit is contained in:
@@ -9220,17 +9220,5 @@
|
||||
"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__v7.66--0": {
|
||||
"messageformat": "This update fixes a few small bugs, including one where emoji reactions weren't being grouped together correctly in some cases.",
|
||||
"description": "(Deleted 2025/08/13) Release notes for version 7.65"
|
||||
},
|
||||
"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": "(Deleted 2025/09/10) Release notes for version 7.70"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -43,7 +43,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__bugfixes--6" />],
|
||||
};
|
||||
|
||||
if (releaseNotes.features.length === 1 && !releaseNotes.header) {
|
||||
|
||||
Reference in New Issue
Block a user