mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-03 19:43:04 +08:00
bump(version) 1.0.14
This commit is contained in:
parent
9b21dfb261
commit
be99845d41
2 changed files with 12 additions and 1 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,5 +1,16 @@
|
|||
# Nylas Mail Changelog
|
||||
|
||||
### 1.0.14 (1/25/17)
|
||||
|
||||
- Features:
|
||||
|
||||
+ Improved spellchecker
|
||||
|
||||
- Fixes:
|
||||
|
||||
+ Correctly update attributes like starred and unread when syncing folders.
|
||||
Marking as read or starred will no longer bounce back.
|
||||
|
||||
### 1.0.13 (1/25/17)
|
||||
|
||||
- Fixes:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "nylas",
|
||||
"productName": "Nylas Mail",
|
||||
"version": "1.0.13",
|
||||
"version": "1.0.14",
|
||||
"description": "The best email app for people and teams at work",
|
||||
"license": "GPL-3.0",
|
||||
"main": "./src/browser/main.js",
|
||||
|
|
Loading…
Reference in a new issue