From 4df04eaba9b62e3ac1bb65a9a63d1283305ef9b0 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Mon, 10 Aug 2015 18:09:03 -0700 Subject: [PATCH] bump(version): 0.2.4 - Perf: + Mail actions like starring and changing folders are significantly faster + Messages and drafts load faster in large mailboxes thanks to better indexing and query management + Ingesting changes from the Nylas API no longer floods the database with queries - Features: + Emails with forms and other interactive elements are now supported + Drafts now have a blue focus ring, which makes it easier to see keyboard focus + Contact search now matches email domains + Command-option-F now highlights the search bar - Bug fixes: + Downloading large attachments will no longer crash the app + Window focus / blur state is now correctly reflected in the toolbar + Emails with some specific image tags now render with the correct height + Undoing star/unstar changes to a group of threads now restores previous state correctly + The 'send' animation in the message list is now glitch-free + Thread participant parsing handles more edge cases + Loading "dots" no longer cover the thread list in some scenarios + Rapidly creating and destroying drafts no longer causes React errors --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2c996c316..c32fe5889 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nylas", "productName": "Nylas", - "version": "0.2.3", + "version": "0.2.4", "description": "An email OS", "main": "./src/browser/main.js", "repository": {