Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Jan 2, 2019
1 parent d62f44f commit 1e9581c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.3.0

- Added a `env` override option [#33](https://github.com/Tyriar/vscode-shell-launcher/pull/33) via [@DoctorJew](https://github.com/DoctorJew)
- Environment variables are now resolved in shell and args using the %VAR% format on Windows and $VAR on non-Windows [#32](https://github.com/Tyriar/vscode-shell-launcher/pull/32), [#35](https://github.com/Tyriar/vscode-shell-launcher/pull/35) via [@Vigilans](https://github.com/Vigilans), [@Tyriar](https://github.com/Tyriar)
- Setup CI and unit tests [#34](https://github.com/Tyriar/vscode-shell-launcher/pull/34) via [@Tyriar](https://github.com/Tyriar)

## 0.2.0

- Added a `cwd` override option [#17](https://github.com/Tyriar/vscode-shell-launcher/pull/17) via [@fabiospampinato](https://github.com/fabiospampinato)
Expand Down
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": "shell-launcher",
"displayName": "Shell launcher",
"description": "Easily launch multiple shell configurations in the terminal",
"version": "0.2.0",
"version": "0.3.0",
"publisher": "Tyriar",
"icon": "images/icon.png",
"bugs": {
Expand Down

0 comments on commit 1e9581c

Please sign in to comment.