diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ac0598..6f7f9b7 100644 --- a/CHANGELOG.md +++ b/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 @@ -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 @@ -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