-
Notifications
You must be signed in to change notification settings - Fork 588
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
2014-03-09 Samy Pessé <[email protected]> | ||
Aaron O'Mullan <[email protected]> | ||
|
||
* 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é <[email protected]> | ||
Aaron O'Mullan <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. <[email protected]>", | ||
|