mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-25 08:35:16 +08:00
bump(version) 1.0.30
This commit is contained in:
parent
bb76da14cc
commit
19d504524b
2 changed files with 24 additions and 1 deletions
|
@ -1,5 +1,28 @@
|
||||||
# Nylas Mail Changelog
|
# Nylas Mail Changelog
|
||||||
|
|
||||||
|
### 1.0.30 (2/28/2017)
|
||||||
|
|
||||||
|
- Fixes:
|
||||||
|
|
||||||
|
+ Can properly add signatures and select them as default for different
|
||||||
|
accounts.
|
||||||
|
+ Correctly fix IMAP connection timeout issues (#3232)
|
||||||
|
+ Nylas Mail no longer opens an increasing number of IMAP connections which
|
||||||
|
caused some users to reach IMAP server connection limits (#3228)
|
||||||
|
+ Fix memory leak while syncing which caused sync process to restart
|
||||||
|
sometimes.
|
||||||
|
+ Correctly handle IMAP connections ending unexpectedly
|
||||||
|
+ Correctly detect retryable IMAP errors during sync + detect more
|
||||||
|
retryable errors
|
||||||
|
+ Correctly catch more authentication errors when sending
|
||||||
|
+ Improve speed of processing messages during sync
|
||||||
|
+ Prevent unnecessary re-renders of the thread list
|
||||||
|
|
||||||
|
- Development:
|
||||||
|
|
||||||
|
+ Report performance metrics
|
||||||
|
+ More Coffeescript to Javascript conversions
|
||||||
|
|
||||||
### 1.0.29 (2/21/2017)
|
### 1.0.29 (2/21/2017)
|
||||||
|
|
||||||
- Fixes:
|
- Fixes:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "nylas-mail",
|
"name": "nylas-mail",
|
||||||
"productName": "Nylas Mail",
|
"productName": "Nylas Mail",
|
||||||
"version": "1.0.29",
|
"version": "1.0.30",
|
||||||
"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