bump(version): Notes for 0.4.16 patch, master to 0.4.17

This commit is contained in:
Ben Gotow 2016-03-18 17:03:27 -07:00
parent c849212250
commit 8626b006eb
2 changed files with 11 additions and 1 deletions

View file

@ -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:

View file

@ -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": {