Release notes for 8.14

This commit is contained in:
ayumi-signal
2026-06-03 11:57:56 -07:00
parent f39a576b67
commit 3a9a8bf7a8
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -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"
+1 -1
View File
@@ -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) {