mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-08-28 00:46:33 +01:00
Release notes for 8.25
This commit is contained in:
@@ -11648,5 +11648,9 @@
|
||||
"icu:WhatsNew__8.24--1": {
|
||||
"messageformat": "We made it easier to search for group members on the group settings page, so you can quickly figure out if your Mom already added your second cousin to the third-annual extended family reunion BBQ group.",
|
||||
"description": "Release notes for 8.24"
|
||||
},
|
||||
"icu:WhatsNew__8.25--0": {
|
||||
"messageformat": "We added two new zoom levels in the appearance settings, so even with very little effort you can still give your messages 110% (or 90%).",
|
||||
"description": "Release notes for 8.25"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@ export function WhatsNewModal({
|
||||
const releaseNotes: ReleaseNotesType = {
|
||||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||
version: window.getVersion?.(),
|
||||
features: [<I18n i18n={i18n} id="icu:WhatsNew__8.24--1" />],
|
||||
features: [<I18n i18n={i18n} id="icu:WhatsNew__8.25--0" />],
|
||||
};
|
||||
|
||||
if (releaseNotes.features.length === 1 && !releaseNotes.header) {
|
||||
|
||||
Reference in New Issue
Block a user