mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-04 07:10:06 +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.
|
- 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)
|
### 1.0.2 (10/6/2017)
|
||||||
|
|
||||||
Fixes:
|
Fixes:
|
||||||
|
|
|
@ -78,8 +78,8 @@ In `my-package/keymaps/my-package.cson`:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
".my-component":
|
".my-component":
|
||||||
"cmd-t": "selectItem"
|
"command+t": "selectItem"
|
||||||
"cmd-enter": "sendMessage"
|
"command+enter": "sendMessage"
|
||||||
```
|
```
|
||||||
*/
|
*/
|
||||||
export default class KeyCommandsRegion extends React.Component {
|
export default class KeyCommandsRegion extends React.Component {
|
||||||
|
|
Loading…
Reference in a new issue