mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +08:00
Update CHANGELOG
This commit is contained in:
parent
b7aef51c44
commit
93fa0edadc
2 changed files with 8 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue