mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-24 16:14:01 +08:00
bump(version): 1.0.38
This commit is contained in:
parent
7fc1e043c1
commit
3c88f9000a
2 changed files with 20 additions and 1 deletions
|
@ -1,5 +1,24 @@
|
|||
# Nylas Mail Changelog
|
||||
|
||||
### 1.0.38 (3/13/2017)
|
||||
|
||||
+ [client-app] Restart sync when computer awakes from sleep
|
||||
+ [client-app] Make resetEmailCache work without forcing re sign-in
|
||||
+ [client-app] Don't start sync or delta connections without an identity
|
||||
+ [client-sync] Correctly wait for sync to stop before resetting email cache
|
||||
+ [client-sync]: Fix error in SyncProcessManager._resetEmailCache
|
||||
+ [client-app] fix travis env variables
|
||||
+ [client-app] run windows build separately
|
||||
+ [client-app] remove ability to run specs
|
||||
+ [iso-core] Pin imap-provider-settings package version
|
||||
+ [client-app] Don't check for key membership on null
|
||||
+ [client-app] Some wording improvements in IMAP onboarding
|
||||
+ [dev] On Linux, don't run redis if already running
|
||||
+ [dev] Make 'arc lint' shut up about long lines
|
||||
+ [client-app] Specify Content-Type in developer bar curl commands
|
||||
+ [dev] Fix 'arc lint'
|
||||
+ [cloud-api] Remove global override of billing identity URL
|
||||
|
||||
### 1.0.37 (3/10/2017)
|
||||
|
||||
- Fixes:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "nylas-mail",
|
||||
"productName": "Nylas Mail",
|
||||
"version": "1.0.37",
|
||||
"version": "1.0.38",
|
||||
"description": "The best email app for people and teams at work",
|
||||
"license": "GPL-3.0",
|
||||
"main": "./src/browser/main.js",
|
||||
|
|
Loading…
Reference in a new issue