Releases: cqroot/vscode-bash-snip
Releases · cqroot/vscode-bash-snip
Release list
v0.0.6
Change Log
[0.0.6] - 2026-04-27
Changed
- chore: lower VS Code engine version to ^1.30.0 for broader compatibility
[0.0.5] - 2026-04-26
Added
- feat:
forarray- For loop over array elements
[0.0.4] - 2026-04-26
Added
- feat:
function- Define a function in Bash
[0.0.3] - 2026-04-26
Added
- feat:
case- Case statement for pattern matching
[0.0.2] - 2026-04-26
Added
- feat:
#!/usr/bin/env- Shebang template with script description - feat:
scriptdir- Get the directory of the currently running script - feat:
fori- C-style for loop iterating N times - feat:
readlinefile- Read a file line by line - feat:
readlinecommand- Read command output line by line - feat:
readlinevariable- Read a variable content line by line
[0.0.1] - 2026-04-26
- feat: initial commit
v0.0.5
Change Log
[0.0.5] - 2026-04-26
Added
- feat:
forarray- For loop over array elements
[0.0.4] - 2026-04-26
Added
- feat:
function- Define a function in Bash
[0.0.3] - 2026-04-26
Added
- feat:
case- Case statement for pattern matching
[0.0.2] - 2026-04-26
Added
- feat:
#!/usr/bin/env- Shebang template with script description - feat:
scriptdir- Get the directory of the currently running script - feat:
fori- C-style for loop iterating N times - feat:
readlinefile- Read a file line by line - feat:
readlinecommand- Read command output line by line - feat:
readlinevariable- Read a variable content line by line
[0.0.1] - 2026-04-26
- feat: initial commit