From 93fa0edadc6417c807234c5ef3836c17f7358c68 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Tue, 10 Oct 2017 12:08:29 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 ++++++ app/src/components/key-commands-region.jsx | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffd8d2f3e..2b632cd1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,12 @@ Fixes: - Spellchecking on linux now works reliably. +- On Mac OS X, some menu shortcuts (like Command-H) now appear in the menu bar properly. + +- Mailspring now correctly parses `mailto:` links with multiple semicolon-separated CC and BCC addresses. + +- The "Raw HTML" signature editor is now the proper size. + ### 1.0.2 (10/6/2017) Fixes: diff --git a/app/src/components/key-commands-region.jsx b/app/src/components/key-commands-region.jsx index 2ef3c5d64..9757fb497 100644 --- a/app/src/components/key-commands-region.jsx +++ b/app/src/components/key-commands-region.jsx @@ -78,8 +78,8 @@ In `my-package/keymaps/my-package.cson`: ```js ".my-component": - "cmd-t": "selectItem" - "cmd-enter": "sendMessage" + "command+t": "selectItem" + "command+enter": "sendMessage" ``` */ export default class KeyCommandsRegion extends React.Component {