mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-31 20:41:05 +08:00
bump(version) 1.0.22
This commit is contained in:
parent
6121482539
commit
cce2b8231b
2 changed files with 16 additions and 1 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,5 +1,20 @@
|
||||||
# Nylas Mail Changelog
|
# 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)
|
### 1.0.21 (2/3/17)
|
||||||
|
|
||||||
- Fixes:
|
- Fixes:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "nylas",
|
"name": "nylas",
|
||||||
"productName": "Nylas Mail",
|
"productName": "Nylas Mail",
|
||||||
"version": "1.0.21",
|
"version": "1.0.22",
|
||||||
"description": "The best email app for people and teams at work",
|
"description": "The best email app for people and teams at work",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"main": "./src/browser/main.js",
|
"main": "./src/browser/main.js",
|
||||||
|
|
Loading…
Reference in a new issue