bump(version) 1.0.23

This commit is contained in:
Juan Tejada 2017-02-08 18:43:53 -08:00
parent 8ca57ca8f0
commit 767edd7b6e
2 changed files with 22 additions and 1 deletions

View file

@ -1,5 +1,26 @@
# Nylas Mail Changelog
### 1.0.23 (2/8/17)
- Fixes:
+ Fix emails occasionally being sent with an incomplete body (#3269)
+ Correctly thread messages together when open/link tracking is enabled
+ Fix `Mailbox does not exist` error for iCloud users (#3253)
+ Fix link in update notification to point to latest changelog
- Performance:
+ Thread list actions no longer sporadically lag for ~1sec (this is especially
noticeable when many accounts have been added)
+ No longer slow down sync process when more than 100,000 threads have been synced
- Development:
+ Better logging in worker window
+ You can now run a development build of Nylas Mail alongside a production
build
### 1.0.22 (2/7/17)
- Fixes:

View file

@ -1,7 +1,7 @@
{
"name": "nylas",
"productName": "Nylas Mail",
"version": "1.0.22",
"version": "1.0.23",
"description": "The best email app for people and teams at work",
"license": "GPL-3.0",
"main": "./src/browser/main.js",