mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-31 04:19:15 +08:00
bump(version): Notes for 0.4.16 patch, master to 0.4.17
This commit is contained in:
parent
04faa0769f
commit
b040e84f94
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,5 +1,15 @@
|
||||||
# N1 Changelog
|
# N1 Changelog
|
||||||
|
|
||||||
|
### 0.4.16 (3/18/16)
|
||||||
|
|
||||||
|
This is a small patch release resolving the following issues:
|
||||||
|
|
||||||
|
- The red "Account Error" bar no longer appears incorrectly in some scenarios.
|
||||||
|
- The "Sent Mail" label is no longer visible on threads (normally this label is hidden)
|
||||||
|
- Unread counts are now correct and match your mailbox.
|
||||||
|
- N1 now backs off when API requests fail temporarily (Gmail throttling, etc.)
|
||||||
|
- Contact sidebar API requests retry on 202s from our backend provider.
|
||||||
|
|
||||||
### 0.4.14 (3/10/16)
|
### 0.4.14 (3/10/16)
|
||||||
|
|
||||||
- Features:
|
- Features:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "nylas",
|
"name": "nylas",
|
||||||
"productName": "Nylas N1",
|
"productName": "Nylas N1",
|
||||||
"version": "0.4.16",
|
"version": "0.4.17",
|
||||||
"description": "An extensible, open-source mail client built on the modern web.",
|
"description": "An extensible, open-source mail client built on the modern web.",
|
||||||
"main": "./src/browser/main.js",
|
"main": "./src/browser/main.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in a new issue