Add release note for 'record voice note' keyboard shortcut change
This commit is contained in:
parent
9ba070c77f
commit
161cdd0c70
2 changed files with 5 additions and 0 deletions
|
@ -7226,5 +7226,9 @@
|
||||||
"icu:WhatsNew__v7.12--1": {
|
"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.",
|
"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"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -44,6 +44,7 @@ export function WhatsNewModal({
|
||||||
version: window.getVersion?.(),
|
version: window.getVersion?.(),
|
||||||
features: [
|
features: [
|
||||||
<I18n i18n={i18n} id="icu:WhatsNew__v7.12--0" />,
|
<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" />,
|
<I18n i18n={i18n} id="icu:WhatsNew__v7.12--1" />,
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue