From 0beca3e93a65f12b55cdc48fa606c81e6a2a7f1c Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Fri, 24 Jul 2015 17:09:00 -0700 Subject: [PATCH] bump(version) 0.2.0 - see release notes! - Labels and folders! + Multicolor labels for Gmail users, folders for everyone else + View and remove labels in message view + Move mail into labels or folders using the new picker + Move mail into labels or folders in the sidebar via drag and drop + "Folder" in expanded message headers - New icons and style tweaks - Tracking pixel detection + We no longer "view" tracking pixels in your sent mail - React Component hot-loading - Hide Sidebar button (design is temporary) - Draft syncback to the Nylas API - Today view has been sunset for now - Quoted text stripping has been rebuilt + No longer removes quoted text between inline responses + Now supports more quoted text formats - Lots of bug fixes! --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 17a2e2e40..54f41a6a1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nylas", "productName": "Nylas", - "version": "0.1.11", + "version": "0.2.0", "description": "An email OS", "main": "./src/browser/main.js", "repository": {