-
Notifications
You must be signed in to change notification settings - Fork 587
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
16 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,18 @@ | ||
2014-04-01 Samy Pessé <[email protected]> | ||
Aaron O'Mullan <[email protected]> | ||
Mark Achée <[email protected]> | ||
|
||
* 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é <[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.7.3", | ||
"version": "0.7.4", | ||
"description": "Open source cloud & desktop IDE.", | ||
"homepage": "https://www.codebox.io", | ||
"author": "FriendCode Inc. <[email protected]>", | ||
|