mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Release notes for 7.73
This commit is contained in:
@@ -9212,5 +9212,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__7.73": {
|
||||
"messageformat": "This update introduces new performance optimizations to help improve battery life, so you'll have more charge available for emotionally charged conversations.",
|
||||
"description": "Release notes for 7.73 release"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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--6" />],
|
||||
features: [<I18n i18n={i18n} id="icu:WhatsNew__7.73" />],
|
||||
};
|
||||
|
||||
if (releaseNotes.features.length === 1 && !releaseNotes.header) {
|
||||
|
||||
Reference in New Issue
Block a user