mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Add release note for 'record voice note' keyboard shortcut change
This commit is contained in:
@@ -7226,5 +7226,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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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" />,
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user