mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-11 02:30:21 +08:00
bump(version) 1.0.32
This commit is contained in:
parent
55ec77a209
commit
4275e4c6ed
2 changed files with 34 additions and 1 deletions
|
@ -1,5 +1,38 @@
|
||||||
# Nylas Mail Changelog
|
# Nylas Mail Changelog
|
||||||
|
|
||||||
|
### 1.0.32 (3/7/2017)
|
||||||
|
|
||||||
|
- Development:
|
||||||
|
|
||||||
|
+ Report provider when reporting remove-from-threads-from-list
|
||||||
|
+ Report provider when reporting send perf metrics
|
||||||
|
|
||||||
|
### 1.0.31 (3/6/2017)
|
||||||
|
|
||||||
|
- Fixes:
|
||||||
|
|
||||||
|
+ Improve initial sync speed by scaling number of messages synced based on
|
||||||
|
folder SELECT duration
|
||||||
|
+ When app comes back online from having been disconnected from the internet,
|
||||||
|
it will Sync accounts when app comes back online
|
||||||
|
+ Can now reply from within notifications again
|
||||||
|
|
||||||
|
- Development:
|
||||||
|
|
||||||
|
+ Add basic rate limiting to Sentry
|
||||||
|
+ Report all search performance metrics
|
||||||
|
+ Prevent noisy uncaught errors when closing long connection
|
||||||
|
+ Improve reporting of refresh access token errors
|
||||||
|
+ Don't double report refresh access token API errors
|
||||||
|
+ Replace `setImmediate` with `setTimeout` as Promise scheduler
|
||||||
|
+ Use new Bluebird preferred `longStackTraces` syntax
|
||||||
|
+ NylasAPIRequest refactored and cleaned up
|
||||||
|
+ Search refactors and improvements
|
||||||
|
+ Protect from operating on IMAP connection while opening a box
|
||||||
|
+ Enable logging in prod builds
|
||||||
|
+ Make deploy-it support -h/--help
|
||||||
|
+ Restore cloud testing environments
|
||||||
|
|
||||||
### 1.0.30 (2/28/2017)
|
### 1.0.30 (2/28/2017)
|
||||||
|
|
||||||
- Fixes:
|
- Fixes:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "nylas-mail",
|
"name": "nylas-mail",
|
||||||
"productName": "Nylas Mail",
|
"productName": "Nylas Mail",
|
||||||
"version": "1.0.31",
|
"version": "1.0.32",
|
||||||
"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