Add release note for 'record voice note' keyboard shortcut change

This commit is contained in:
Scott Nonnenberg 2024-05-31 05:47:43 +10:00
parent e2cb6a6e4c
commit 72fdd9f6c7
2 changed files with 5 additions and 0 deletions

View file

@ -7206,5 +7206,9 @@
"icu:WhatsNew__v7.12--1": {
"messageformat": "We broke up with a bug in the crop tool, so now it's easier and more intuitive to cut your ex (or anything else) out of the picture.",
"description": "Release notes for version 7.12"
},
"icu:WhatsNew__v7.12--2": {
"messageformat": "We modified the keyboard shortcut for sending a voice note to Ctrl/Cmd+Shift+Y so that it no longer conflicts with the \"Paste and Match Style\" shortcut on Windows and Linux.",
"description": "Release notes for version 7.12"
}
}

View file

@ -44,6 +44,7 @@ export function WhatsNewModal({
version: window.getVersion?.(),
features: [
<I18n i18n={i18n} id="icu:WhatsNew__v7.12--0" />,
<I18n i18n={i18n} id="icu:WhatsNew__v7.12--2" />,
<I18n i18n={i18n} id="icu:WhatsNew__v7.12--1" />,
],
};