diff --git a/packages/client-app/CHANGELOG.md b/packages/client-app/CHANGELOG.md index b3820d0f3..fc9e54b08 100644 --- a/packages/client-app/CHANGELOG.md +++ b/packages/client-app/CHANGELOG.md @@ -1,5 +1,38 @@ # Nylas Mail Changelog +### 1.0.32 (3/7/2017) + +- Development: + + + Report provider when reporting remove-from-threads-from-list + + Report provider when reporting send perf metrics + +### 1.0.31 (3/6/2017) + +- Fixes: + + + Improve initial sync speed by scaling number of messages synced based on + folder SELECT duration + + When app comes back online from having been disconnected from the internet, + it will Sync accounts when app comes back online + + Can now reply from within notifications again + +- Development: + + + Add basic rate limiting to Sentry + + Report all search performance metrics + + Prevent noisy uncaught errors when closing long connection + + Improve reporting of refresh access token errors + + Don't double report refresh access token API errors + + Replace `setImmediate` with `setTimeout` as Promise scheduler + + Use new Bluebird preferred `longStackTraces` syntax + + NylasAPIRequest refactored and cleaned up + + Search refactors and improvements + + Protect from operating on IMAP connection while opening a box + + Enable logging in prod builds + + Make deploy-it support -h/--help + + Restore cloud testing environments + ### 1.0.30 (2/28/2017) - Fixes: diff --git a/packages/client-app/package.json b/packages/client-app/package.json index 1d8f1895a..99813742c 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.31", + "version": "1.0.32", "description": "The best email app for people and teams at work", "license": "GPL-3.0", "main": "./src/browser/main.js",