From 19d504524b2a5b53af8c67f2afb575d5fc13b4e3 Mon Sep 17 00:00:00 2001 From: Juan Tejada Date: Tue, 28 Feb 2017 11:47:21 -0800 Subject: [PATCH] bump(version) 1.0.30 --- packages/client-app/CHANGELOG.md | 23 +++++++++++++++++++++++ packages/client-app/package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/packages/client-app/CHANGELOG.md b/packages/client-app/CHANGELOG.md index 2a0494fb1..3df9ebb79 100644 --- a/packages/client-app/CHANGELOG.md +++ b/packages/client-app/CHANGELOG.md @@ -1,5 +1,28 @@ # Nylas Mail Changelog +### 1.0.30 (2/28/2017) + +- Fixes: + + + Can properly add signatures and select them as default for different + accounts. + + Correctly fix IMAP connection timeout issues (#3232) + + Nylas Mail no longer opens an increasing number of IMAP connections which + caused some users to reach IMAP server connection limits (#3228) + + Fix memory leak while syncing which caused sync process to restart + sometimes. + + Correctly handle IMAP connections ending unexpectedly + + Correctly detect retryable IMAP errors during sync + detect more + retryable errors + + Correctly catch more authentication errors when sending + + Improve speed of processing messages during sync + + Prevent unnecessary re-renders of the thread list + +- Development: + + + Report performance metrics + + More Coffeescript to Javascript conversions + ### 1.0.29 (2/21/2017) - Fixes: diff --git a/packages/client-app/package.json b/packages/client-app/package.json index 2ef393af9..f255d742c 100644 --- a/packages/client-app/package.json +++ b/packages/client-app/package.json @@ -1,7 +1,7 @@ { "name": "nylas-mail", "productName": "Nylas Mail", - "version": "1.0.29", + "version": "1.0.30", "description": "The best email app for people and teams at work", "license": "GPL-3.0", "main": "./src/browser/main.js",