bump(version): 1.0.34

This commit is contained in:
Juan Tejada 2017-03-08 22:24:31 -08:00
parent a7e5d814df
commit d95ee3aba1
2 changed files with 15 additions and 1 deletions

View file

@ -1,5 +1,19 @@
# Nylas Mail Changelog
### 1.0.34 (3/8/2017)
+ [none] (dev) Fix paths in scripts/daily
+ [client-sync] Refactor message processing throttling
+ [client-app] (deltas P6) Split local and cloud deltas
+ [client-app] (deltas P5) Move DeltaProcessor to nylas-exports
+ [client-app] (deltas P4) Fixup DeltaStramingConnection + retry on close
+ [client-app] (deltas P3) Change interface in NylasLongConnection
+ [client-app] (deltas P2) :art: Split up NylasSyncStatusStore
+ [client-app] (deltas P1) :art: Fixup AccountDeltaConnectionPool
+ [none] (dev) Add script/daily
+ [client-app] Handle errors when opening imap box correctly
+ [iso-core] Provide better info to Sentry on send errors
### 1.0.33 (3/8/2017)
- Features:

View file

@ -1,7 +1,7 @@
{
"name": "nylas-mail",
"productName": "Nylas Mail",
"version": "1.0.33",
"version": "1.0.34",
"description": "The best email app for people and teams at work",
"license": "GPL-3.0",
"main": "./src/browser/main.js",