From 161cdd0c70a83a510a1d55836e9cd4eb6f754fc6 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Fri, 31 May 2024 05:47:43 +1000 Subject: [PATCH] Add release note for 'record voice note' keyboard shortcut change --- _locales/en/messages.json | 4 ++++ ts/components/WhatsNewModal.tsx | 1 + 2 files changed, 5 insertions(+) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 622aa290f..52315a4b4 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -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" } } diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index 57f52b345..8ac2f2d2c 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -44,6 +44,7 @@ export function WhatsNewModal({ version: window.getVersion?.(), features: [ , + , , ], };