diff --git a/CHANGES b/CHANGES index a151379b..d0ceb0b6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,17 @@ +2014-03-09 Samy Pessé + Aaron O'Mullan + + * Bump version to 0.7.0 + * New tabs system: grid system, resize, reorder + * New statusbar + * New command palette (test it using Command+Shift+P or Ctrl+Shift+P) + * Stop state for run button + * Apache runner is now working (with MySQL) + * Addons need an engine field + * Django support (auto-run) + * Performance improved (faster boot, ...) + * Editor uses .jshintrc file for JSHing worker configuration + 2014-02-25 Samy Pessé Aaron O'Mullan diff --git a/package.json b/package.json index 03280f0b..7f15f9c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codebox", - "version": "0.6.2", + "version": "0.7.0", "description": "Open source cloud & desktop IDE.", "homepage": "https://www.codebox.io", "author": "FriendCode Inc. ",