From 7e123d48940968f64ce8ae1931fa7a7c85f76ace Mon Sep 17 00:00:00 2001 From: Juan Tejada Date: Wed, 29 Mar 2017 10:52:37 -0700 Subject: [PATCH] [client-app] Update changelog --- packages/client-app/CHANGELOG.md | 43 +++++++++++++++++++------------- 1 file changed, 25 insertions(+), 18 deletions(-) diff --git a/packages/client-app/CHANGELOG.md b/packages/client-app/CHANGELOG.md index 1b88437fa..0bf8c2b50 100644 --- a/packages/client-app/CHANGELOG.md +++ b/packages/client-app/CHANGELOG.md @@ -2,24 +2,31 @@ ### 1.0.51 (3/28/2017) - + [client-sync] Make sure to attach route files ending in .es6 to local-api - + [dev] One more newline in deploy-it output - + [dev] Make deploy-it print link to the EB console - + [dev] Make deploy-it say what it's doing instead of hanging silently - + [dev] Make help message better on deploy-it - + [client-app] add SHOW_HOT_WINDOW env for prod debugging of window launches - + [client-app] properly relaunch windows on autoupdate - + [client-sync] Fix runtime error introduced in 08975c0 - + [cloud-api] Verify SMTP credentials in /auth endpoint - + [client-app] Correctly listen for new mail in between sync loops - + [client-sync] :art: typo - + [dev] Correctly ignore node_modules in .ebignore for faster deploys - + [dev] Only bootstrap specific pkgs in postinstall for faster installs - + [client-sync] Also prioritize sent label for initial Gmail sync - + [client-app] Report battery state changes to Mixpanel - + [client-sync] Don't throttle while syncing first 500 threads - + [client-sync] Implement the /contacts/rankings endpoint - + [client-app] change file description on Windows +- Features: + + Restore contact rankings feature for better contact predictions in composer + recipient fields + +- Fixes: + + Correctly listen for new mail in between sync loops + + Verify SMTP credentials in /auth endpoint + + Also prioritize sent label for initial Gmail sync + + Properly relaunch windows on autoupdate + + Properly set up local /health endpoint by making sure to attach route files + ending in .es6 to local-api + +- Perf: + + Don't throttle while syncing first 500 threads + +- Metrics: + + Report battery state changes to Mixpanel + +- Development: + + Make deploy-it say what it's doing instead of hanging silently + + Make deploy-it print link to the EB console + + Make help message better on deploy-it + + Add `SHOW_HOT_WINDOW` env for prod debugging of window launches + + Correctly ignore `node_modules` in .ebignore for faster deploys + + Only bootstrap specific pkgs in postinstall for faster npm installs ### 1.0.50 (3/28/2017)