mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-10-07 03:37:26 +08:00
bump(version): 1.0.34
This commit is contained in:
parent
a7e5d814df
commit
d95ee3aba1
2 changed files with 15 additions and 1 deletions
|
@ -1,5 +1,19 @@
|
||||||
# Nylas Mail Changelog
|
# 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)
|
### 1.0.33 (3/8/2017)
|
||||||
|
|
||||||
- Features:
|
- Features:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "nylas-mail",
|
"name": "nylas-mail",
|
||||||
"productName": "Nylas Mail",
|
"productName": "Nylas Mail",
|
||||||
"version": "1.0.33",
|
"version": "1.0.34",
|
||||||
"description": "The best email app for people and teams at work",
|
"description": "The best email app for people and teams at work",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"main": "./src/browser/main.js",
|
"main": "./src/browser/main.js",
|
||||||
|
|
Loading…
Add table
Reference in a new issue