[client-app] Update changelog

This commit is contained in:
Juan Tejada 2017-03-14 09:19:10 -07:00
parent 3c88f9000a
commit 30792a47bf

View file

@ -2,22 +2,16 @@
### 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
- Fixes:
+ Restart sync when computer awakes from sleep
+ Fix issue that made users log out of NylasID, restart, and then force them to log out and restart again in a loop (#3325)
+ Don't start sync or delta connections without an identity
- Development:
+ Restore windows build
+ Remove specs from production build
+ Fix arc lint
+ Specify Content-Type in developer bar curl commands
### 1.0.37 (3/10/2017)