mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 05:06:53 +08:00
bump(version): Notes for 0.4.16 patch, master to 0.4.17
This commit is contained in:
parent
c849212250
commit
8626b006eb
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,5 +1,15 @@
|
|||
# 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)
|
||||
|
||||
- Features:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "nylas",
|
||||
"productName": "Nylas N1",
|
||||
"version": "0.4.16",
|
||||
"version": "0.4.17",
|
||||
"description": "An extensible, open-source mail client built on the modern web.",
|
||||
"main": "./src/browser/main.js",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue