mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-26 00:54:04 +08:00
bump(version): 1.0.52
This commit is contained in:
parent
df1acb84b1
commit
5196f0eee7
2 changed files with 18 additions and 1 deletions
|
@ -1,5 +1,22 @@
|
||||||
# Nylas Mail Changelog
|
# Nylas Mail Changelog
|
||||||
|
|
||||||
|
### 1.0.52 (3/29/2017)
|
||||||
|
|
||||||
|
+ [client-app] Fix thread reindexing loop
|
||||||
|
+ [client-app] Add initial sync benchmarking script
|
||||||
|
+ [client-app] Fix references to RetryableError imports
|
||||||
|
+ [client-app] Log duration of db ANALYZE query
|
||||||
|
+ [client-app] Improve logging for queries
|
||||||
|
+ [client-app] Improve logging for background database queries
|
||||||
|
+ [client-app] Reduce max retry delay for db queries
|
||||||
|
+ [client-app] Don't delay db queries unless we are retrying
|
||||||
|
+ [client-app] ensure gmail msg to 1 person get tracking stripped
|
||||||
|
+ [client-app] don't trigger your own opens & link clicks
|
||||||
|
+ [client-app] index expiration field on Metadata
|
||||||
|
+ [client-sync] Fix in: for IMAP search
|
||||||
|
+ [client-app] Reindex threads when they're updated
|
||||||
|
+ [dev] Default billing server URL to staging for development, allow override
|
||||||
|
|
||||||
### 1.0.51 (3/28/2017)
|
### 1.0.51 (3/28/2017)
|
||||||
|
|
||||||
- Features:
|
- Features:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "nylas-mail",
|
"name": "nylas-mail",
|
||||||
"productName": "Nylas Mail",
|
"productName": "Nylas Mail",
|
||||||
"version": "1.0.51",
|
"version": "1.0.52",
|
||||||
"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