Skip to content

Commit

Permalink
Bumped to version 1.0.2 and updated changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Singh <[email protected]>
  • Loading branch information
SkySingh04 committed Jul 28, 2024
1 parent 5238c98 commit 31daec4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ First Release for Vs Code Extension.
- Added Log file access incase of failed test cases and errors.
- Added Consistent extension theme.
- Added support for Menu commands for updating keploy, viewing keploy version, viewing docs, viewing latest version and viewing changelog

## [1.0.2]
- UI improvements and Bug fixes: Commands and Signin was visible in other extension views
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "keployio",
"displayName": "Keploy",
"description": "Streamline testing with the power of Keploy, directly in your favorite IDE.",
"version": "1.0.1",
"version": "1.0.2",
"publisher": "Keploy",
"icon": "media/logo.png",
"pricing": "Free",
Expand Down
2 changes: 1 addition & 1 deletion src/Record.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export async function startRecording( wslscriptPath: string, wsllogfilePath: str
let recordCmd: string;
if (currentShell.includes('zsh')) {
// Use a Zsh-specific script if needed
//replace bashScriptPaht with zshScriptPath for zsh
//replace bashScriptPath with zshScriptPath for zsh
recordCmd = `"${bashScriptPath}" "${logfilePath}" `;
} else {
// Default to Bash script
Expand Down

0 comments on commit 31daec4

Please sign in to comment.