bump(version) 1.0.22

This commit is contained in:
Juan Tejada 2017-02-07 09:01:06 -08:00
parent 6121482539
commit cce2b8231b
2 changed files with 16 additions and 1 deletions

View file

@ -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:

View file

@ -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",