diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d462108f..84b3f3bbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Nylas Mail Changelog +### 1.0.22 (2/7/17) + +- Fixes: + + + Nylas Mail wont flood with notification sounds on startup anymore + + You can now correctly select threads using `cmd` and `shift` + + Improve message fetching by making sure we always fetch the most recent + messages first. + + Improve IMAP connection timeouts by incrementing the socket timeout (#3232) + + When adding a Google account, make sure to show the Account Chooser + +- Development: + + + Nylas Identity is no longer stored in config.json + ### 1.0.21 (2/3/17) - Fixes: diff --git a/package.json b/package.json index 430d9a74f..0fad14608 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nylas", "productName": "Nylas Mail", - "version": "1.0.21", + "version": "1.0.22", "description": "The best email app for people and teams at work", "license": "GPL-3.0", "main": "./src/browser/main.js",