mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-13 16:14:36 +08:00
bump(version): 1.0.49
This commit is contained in:
parent
adff6896e6
commit
60549fe8db
2 changed files with 17 additions and 1 deletions
|
@ -1,5 +1,21 @@
|
|||
# Nylas Mail Changelog
|
||||
|
||||
### 1.0.49 (3/27/2017)
|
||||
|
||||
+ [client-sync] Change where we report sync activity
|
||||
+ [client-app] add better documentation to windows update
|
||||
+ [client-app] directly call windows relaunch on squirrel update
|
||||
+ [client-app] remap windows dev shortcuts
|
||||
+ [client-app] only re-install for optional deps on mac
|
||||
+ [client-app, client-sync] Add specs for detecting stuck sync/worker window
|
||||
+ [client-app] Detect when the worker window is unavailable
|
||||
+ [client-sync] Detect when sync workers are stuck
|
||||
+ [client-sync] Report latest sync activity
|
||||
+ [client-app] Retry queries when database is locked
|
||||
+ [\*] add ONLY_CLIENT=false support for cloud & regular install
|
||||
+ [cloud-api] Timeout streaming API connections every 15 minutes
|
||||
+ [iso-core] Add indexes from SQL review
|
||||
|
||||
### 1.0.48 (3/27/2017)
|
||||
|
||||
- Fixes:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "nylas-mail",
|
||||
"productName": "Nylas Mail",
|
||||
"version": "1.0.48",
|
||||
"version": "1.0.49",
|
||||
"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