Skip to content

Commit

Permalink
Updated ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhidey committed Dec 14, 2014
1 parent 46310d7 commit 030c059
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
## Change Log

### v0.0.8
* BUGFIX: Prompt will not focus when you click anywhere within the shell panel
* BUGFIX: Prompt disables immediately after pressing enter to prevent the accidently
entry of multiple commands

### v0.0.7
* HOTFIX: Deployment issue fixed for version v0.0.5

### v0.0.5
* BUGFIX: Change the way the command are actually executed from child_process.exec to
child_process.spawn
Expand All @@ -10,7 +18,7 @@ Many thanks to Andres Lozada Mosto @alfathenus for adding this
* FEATURE: Added kill process to title bar of console

### v0.0.4
* BUG: Resolved issue when attempting to browse to directory which doesn't
* BUGFIX: Resolved issue when attempting to browse to directory which doesn't
nothing would happen. This now returns an error for display
* FEATURE: Color coded all errors that occur in the shell to be a red color.
This will help them stand out and make it easier to identify them
Expand All @@ -20,7 +28,7 @@ This will help them stand out and make it easier to identify them
cycle through all previously issued commands

### v0.0.2
* BUG: Long running process support (Now listening to STDOUT)
* BUGFIX: Long running process support (Now listening to STDOUT)
* Removed dependency on ShellJS. Now working directly with nodes client process
* FEATURE: Added toggle indicator with colored icon when panel is showing
* FEATURE: Added support for CLS in Windows and CLEAR in *nix platforms
Expand Down

0 comments on commit 030c059

Please sign in to comment.