From 464703e9e7d7445f188cd13daecc44a013815ed8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Tue, 1 Apr 2014 14:32:12 -0700 Subject: [PATCH] Bump version to 0.7.4 --- CHANGES | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index e43c0c96..27e14324 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,18 @@ +2014-04-01 Samy Pessé + Aaron O'Mullan + Mark Achée + + * Bump version to 0.7.4 + * New outline panel + * Improve the terminal (resize, themes) + * Improve command palette (navigation and display) + * Add recent files to command palette + * Fix reload of browser when ctrl+r or cmd+r and non in file + * Open tags from command palette select the correct pattern + * Images open by default width image viewer + * Add command for searching code in a specific folder + * Fix export as archive (tar.gz instead of zip) + 2014-03-23 Samy Pessé Aaron O'Mullan diff --git a/package.json b/package.json index 5159fb2a..b78615a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codebox", - "version": "0.7.3", + "version": "0.7.4", "description": "Open source cloud & desktop IDE.", "homepage": "https://www.codebox.io", "author": "FriendCode Inc. ",