mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-08 13:44:53 +08:00
bump(version): 1.0.54
This commit is contained in:
parent
0205ac3f61
commit
328ea428be
2 changed files with 12 additions and 1 deletions
|
@ -1,5 +1,16 @@
|
|||
# Nylas Mail Changelog
|
||||
|
||||
### 1.0.54 (3/31/2017)
|
||||
|
||||
+ [client-sync] Simplify Contact ranking query
|
||||
+ [client-app] delay building new hot window to improve win perf
|
||||
+ [client-app] Don't imeout removing sync worker when removing an account
|
||||
+ [client-app] Ensure sync worker can never continue running after being destroyed
|
||||
+ [client-app] Don't hit contact rankings endpoint until account is ready
|
||||
+ [client-sync] Wrap more syncWorker args
|
||||
+ [client-sync] Properly wrap the SyncWorker arg in an object
|
||||
+ [client-sync] Fix the new syncback-task structure
|
||||
|
||||
### 1.0.53 (3/31/2017)
|
||||
|
||||
+ [client-app] add which doesn't use Transactions
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "nylas-mail",
|
||||
"productName": "Nylas Mail",
|
||||
"version": "1.0.53",
|
||||
"version": "1.0.54",
|
||||
"description": "The best email app for people and teams at work",
|
||||
"license": "GPL-3.0",
|
||||
"main": "./src/browser/main.js",
|
||||
|
|
Loading…
Add table
Reference in a new issue