From 91b45fd2ae6a85aa00fe6489e952db3aa448c967 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Fri, 26 Feb 2016 16:45:21 -0800 Subject: [PATCH] bump(version): 0.4.10 and changelog --- CHANGELOG.md | 20 +++++++++++++++++++- package.json | 2 +- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91c39e035..e58c5488b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,26 @@ # N1 Changelog +### 0.4.10 (2/25/16) + +- Fixes: + + + Prevent accounts from being wiped by rapid writes to config.cson + + Present nice error messages when sending results in 402 Message Rejected + + Fix a regression in adding / removing aliases + + Fix a regression in the Windows and Linux system tray icons + + Fix an issue with deltas throwing exceptions when messages are not present + + Stop checking for plugin auth once authentication succeeds. Makes "snooze" + animation more fluid and performant. + + Fix "Manage Templates" button in the pop-out composer. + + Right-align timestamps in the wide thread list. + + Fix print styling + + Add "Copy Debug Info to Clipboard", making it easier for users to collect + debugging information about messages. + + Update the email address used for reporting quoted text and rendering issues. + ### 0.4.9 (2/25/16) -Read about this release on Medium: https://medium.com/@nylas +[Read about this release on Medium](https://medium.com/@Nylas/nylas-n1-now-has-snooze-swipe-actions-emoji-and-more-561cd1e91559) - Features: diff --git a/package.json b/package.json index 18a0cf564..87424781a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nylas", "productName": "Nylas N1", - "version": "0.4.9", + "version": "0.4.10", "description": "An extensible, open-source mail client built on the modern web.", "main": "./src/browser/main.js", "repository": {