mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-07-03 11:55:45 +01:00
Release notes for 8.15
This commit is contained in:
@@ -10984,5 +10984,13 @@
|
||||
"icu:WhatsNew__8.13--0": {
|
||||
"messageformat": "The new raised-hand indicators are now also displayed in the list of raised hands during group calls. It's a second-hand place to figure out who you should hand it over to when you're done speaking.",
|
||||
"description": "(Deleted 2026/06/03) Release notes for 8.13"
|
||||
},
|
||||
"icu:WhatsNew__8.15--0": {
|
||||
"messageformat": "\"This extra E is vexing me,\" said the cries and pleas of the people displeased that their favorite file extension was four letters instead of three. We're happy to appease (the change was a breeze) and now you will see that the default filename when saving a JPEG will end as it should in dot jpg.",
|
||||
"description": "Release notes for 8.15"
|
||||
},
|
||||
"icu:WhatsNew__8.15--1": {
|
||||
"messageformat": "If you want to embrace your inner goth, we also added support for the dark icon style in macOS.",
|
||||
"description": "Release notes for 8.15"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -28,7 +28,10 @@ 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__8.15--0" />,
|
||||
<I18n i18n={i18n} id="icu:WhatsNew__8.15--1" />,
|
||||
],
|
||||
};
|
||||
|
||||
if (releaseNotes.features.length === 1 && !releaseNotes.header) {
|
||||
|
||||
Reference in New Issue
Block a user