Skip to content

Commit 2bf3425

Browse files
committed
Update CHANGELOG.md
1 parent ed5935f commit 2bf3425

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
- fixed: Don't escape the script passed to `cmd.exe`, just the double dash arguments
6+
37
## [0.2.0](https://github.com/xt0rted/dotnet-run-script/compare/v0.1.0...v0.2.0) - 2022-04-23
48

9+
> ℹ️ This version broke conditional script execution (`cmd1 && cmd2`) in `cmd.exe`
10+
511
- added: Force color output with the `DOTNET_SYSTEM_CONSOLE_ALLOW_ANSI_COLOR_REDIRECTION` environment variable.
612
- Note: this tool with output color on all platforms including when output is redirected, but the dotnet cli only supports this on Unix platforms currently. This means script results might not be colored in places like GitHub Actions build logs when using the Windows VMs.
713
- added: Added `-v` alias to enable verbose output.

0 commit comments

Comments
 (0)