mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-07-12 16:17:24 +01:00
Release notes for 8.14
This commit is contained in:
@@ -10933,10 +10933,6 @@
|
||||
"description": "Release notes for releases that only include bug fixes",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__8.12--0": {
|
||||
"messageformat": "On the one hand, you can click on the raise hand icon during group calls. But on the other hand, now you can use a new keyboard shortcut too (Shift-H).",
|
||||
"description": "(Deleted 2026/05/27) Release notes for 8.12"
|
||||
},
|
||||
"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": "Release notes for 8.13"
|
||||
|
||||
@@ -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.13--0" />],
|
||||
features: [<I18n i18n={i18n} id="icu:WhatsNew__bugfixes--6" />],
|
||||
};
|
||||
|
||||
if (releaseNotes.features.length === 1 && !releaseNotes.header) {
|
||||
|
||||
Reference in New Issue
Block a user