From dcc665ce71546c8b5608a0c9139cb4b761da5cdf Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Thu, 19 May 2016 11:15:53 -0700 Subject: [PATCH] bump(version): 0.4.40 and changelog --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ac3173f6..57d6ff92c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # N1 Changelog +### 0.4.40 (5/19/16) + +- Fixes: + + `Config.json` is no longer mangled at launch in some scenarios, which caused + the app to log you out. JSON parsing errors are also handled more gracefully. + + Clicking "Propose Times" in a composer window no longer crashes N1. + + Message indexes are now created properly, resolving issues where incorrect drafts + could be synced or sent in some scenarios. + + On Windows, installing the update no longer displays a dialog "`app-0.4.X` is a folder." + + Undoing and then redoing many operations now works as expected. + + When removing accounts, N1 focuses the remaining accounts properly. + + The templates + + N1 no longer fails to quit in some scenarios. + + N1 is now ~60MB smaller and launches faster thanks to proper precompiling of assets. + + Spellcheck now runs faster. + +- Development: + + When installing third party plugins, we now use the `name` from your package.json + rather than the folder name, resolving an issue where plugins would be installed + as `my-plugin-master` when downloaded from GitHub. + + ### 0.4.37 (5/15/16) - Features: diff --git a/package.json b/package.json index cb5892d50..fc0b0f2a4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nylas", "productName": "Nylas N1", - "version": "0.4.39", + "version": "0.4.40", "description": "An extensible, open-source mail client built on the modern web.", "main": "./src/browser/main.js", "repository": {